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
4.3 (30 ratings)
0 views
This extension has been viewed 0 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.

更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用
Type
Extension
Users
10,000 users
1K
tomxuxu
View author page of tomxuxu
Published
Published on December 16, 2018
Version 1.7.7
Manifest version
3
Updated
Updated on April 29, 2025
productivity/tools
Extension Category
Website
Visit developer website
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_name__",
    "version": "1.7.7",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.jd.com\/*"
            ],
            "js": [
                "js\/jd_coupon_content.js"
            ]
        }
    ],
    "web_accessible_resources": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "proxy",
        "management",
        "favicon",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili-video",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "homepage_url": "https:\/\/www.cxpcx.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "zh_CN"
}
© 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