WebExtension.net
WebExtension.net

小红旅计

View on Chrome Web Store
View 小红旅计 Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

收集小红书的旅游攻略,并创建生成自定义旅游攻略的工具
Type
Extension
Users
902 users
1
yihui_indie
View author page of yihui_indie
Published
Published on April 28, 2024
Version 0.0.17
Manifest version
3
Updated
Updated on May 27, 2024
View on Chrome Web Store
View 小红旅计 Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5c0f\u7ea2\u65c5\u8ba1",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.aiyeshi.cn\/*",
            "http:\/\/*.aiyeshi.cn\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "version": "0.0.17",
    "description": "\u6536\u96c6\u5c0f\u7ea2\u4e66\u7684\u65c5\u6e38\u653b\u7565\uff0c\u5e76\u521b\u5efa\u751f\u6210\u81ea\u5b9a\u4e49\u65c5\u6e38\u653b\u7565\u7684\u5de5\u5177",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.xiaohongshu.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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