共業Redstop

透過「共業Redstop」檢查網頁

What is 共業Redstop?

共業Redstop is a Chrome extension developed by http://redstop.info, and its main feature is "透過「共業Redstop」檢查網頁".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 共業Redstop Extension CRX File

Download 共業Redstop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        使用「共業REDSTOP」資料庫檢查網站是否中國或親中企業、品牌、產品,令你消費時可以選擇更安全、實用、舒適、有品質、有保證、有良心的商品及服務。                    

Extension Basic Information

Name 共業Redstop 共業Redstop
ID hgkknlfjmocjdokobkfmfbhaaaionlog
Official URL https://chrome.google.com/webstore/detail/%E5%85%B1%E6%A5%ADredstop/hgkknlfjmocjdokobkfmfbhaaaionlog
Description 透過「共業Redstop」檢查網頁
File Size 313 KB
Installation Count 251
Current Version 2.6
Last Updated 2023-01-25
Publish Date 2021-07-09
Rating 4.86/5 Total 7 Ratings
Developer http://redstop.info
Email [email protected]
Payment Type free
Extension Website https://www.redstop.info
Privacy Policy Page URL https://www.redstop.info/privacy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5171\u696dRedstop",
    "description": "\u900f\u904e\u300c\u5171\u696dRedstop\u300d\u6aa2\u67e5\u7db2\u9801",
    "version": "2.6",
    "author": "nt Redize",
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "48": "images\/logo\/logo-48.png",
        "96": "images\/logo\/logo-96.png",
        "128": "images\/logo\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "https:\/\/api.redstop.info\/*",
        "https:\/\/image.redstop.info\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/logo\/logo-16.png",
            "24": "images\/logo\/logo-24.png",
            "32": "images\/logo\/logo-32.png"
        },
        "default_title": "\u5171\u696dRedstop",
        "default_popup": "app\/popup\/popup.html"
    },
    "options_ui": {
        "page": "app\/option\/option.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "constants\/storage-key.js",
            "constants\/connection-port.js",
            "constants\/context-menu-id.js",
            "constants\/browser-message.js",
            "constants\/notification-position.js",
            "app\/background\/db\/db-helper.js",
            "app\/background\/db\/schema-red-company-info.js",
            "app\/background\/db\/schema-red-company-website.js",
            "app\/background\/db\/schema-red-company-wiki.js",
            "app\/background\/db\/schema-red-company-facebook.js",
            "app\/background\/db\/schema-red-company-ig.js",
            "app\/background\/db\/schema-red-company-twitter.js",
            "app\/background\/db\/schema-red-company-openrice.js",
            "app\/background\/db\/schema-red-company-ios-store.js",
            "app\/background\/db\/schema-red-company-ios-app.js",
            "app\/background\/db\/schema-red-company-android-store.js",
            "app\/background\/db\/schema-red-company-android-package.js",
            "app\/background\/db\/schema-red-company-steam-store.js",
            "app\/background\/db\/schema-red-company-steam-app.js",
            "app\/background\/db\/schema-red-company-ps-app.js",
            "app\/background\/db\/schema-red-company-xbox-app.js",
            "app\/background\/db\/schema-red-company-switch-app.js",
            "app\/background\/service\/log-helper.js",
            "app\/background\/service\/url-service.js",
            "app\/background\/service\/retrieve-data-service.js",
            "app\/background\/service\/check-data-service.js",
            "app\/background\/service\/web-service.js",
            "app\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants\/storage-key.js",
                "constants\/browser-message.js",
                "constants\/notification-position.js",
                "app\/content\/content.js"
            ],
            "css": [
                "app\/content\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon\/close.png",
        "images\/icon\/star-outline.png",
        "images\/icon\/star-fill.png",
        "images\/other\/no-logo.png"
    ]
}