WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
CSDN Unlocker

CSDN Unlocker

View on Chrome Web Store
1.0 (3 ratings)
7 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

CSDN Unlocker is a Chrome extension that help you view or copy article without login.
Type
Extension
Users
922 users
4
Seiri
Published
Version 1.0.0
Manifest version
3
Updated
make_chrome_yours/accessibility
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/js\/loader.js"
            ],
            "matches": [
                "https:\/\/*.csdn.net\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.