WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
剪藏

剪藏

View on Chrome Web Store
View 剪藏 Chrome Extension on Chrome Web Store
Add to bookmarks
2.9 (103 ratings)
10 new ratings
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

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

剪藏·浏览器 AI 增强,做更懂你的智能内容助手
Type
Extension
Users
20,000 users
10K
北京印象笔记科技有限公司
View author page of 北京印象笔记科技有限公司
Published
Published on April 15, 2023
Version 9.0.10
Manifest version
3
Updated
Updated on December 9, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View 剪藏 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "9.0.10",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "default_locale": "zh_CN",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "sidePanel"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "post-sspai-cors",
                "enabled": false,
                "path": "rules\/post-sspai-cors.json"
            }
        ]
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-*.png",
                "icons\/*.svg",
                "icons\/*.png",
                "icons\/hoverToolbar\/*.png",
                "inject-version.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/m.bilibili.com\/*",
                "*:\/\/player.bilibili.com\/*",
                "*:\/\/www.bilibili.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "content-scripts\/bilibili-iframe.js"
            ]
        },
        {
            "matches": [
                "*:\/\/m.bilibili.com\/video\/*",
                "*:\/\/www.bilibili.com\/video\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/bilibili.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/clipper.yinxiang.com\/*",
                "*:\/\/localhost\/*",
                "*:\/\/m.bilibili.com\/video\/*",
                "*:\/\/stage-7.yinxiang.com\/*",
                "*:\/\/static.stage-3.yinxiang.com\/*",
                "*:\/\/static.stage-7.yinxiang.com\/*",
                "*:\/\/www.bilibili.com\/video\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/127.0.0.1\/*",
                "http:\/\/127.0.0.1:3000\/*",
                "http:\/\/127.0.0.1:8080\/*",
                "http:\/\/localhost\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:8080\/*",
                "https:\/\/clipper.yinxiang.com\/*",
                "https:\/\/login.example.com\/*",
                "https:\/\/staging-login.example.com\/*",
                "https:\/\/static.stage-3.yinxiang.com\/*",
                "https:\/\/static.stage-7.yinxiang.com\/*",
                "https:\/\/static.yinxiang.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "content-scripts\/login-callback.js"
            ]
        }
    ]
}
© 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.
Go to top