共業Redstop

透過「共業Redstop」檢查網頁

Apa itu 共業Redstop?

共業Redstop adalah ekstensi Chrome yang dikembangkan oleh http://redstop.info, dan fitur utamanya adalah "透過「共業Redstop」檢查網頁".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 共業Redstop

Unduh file ekstensi 共業Redstop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 共業Redstop 共業Redstop
ID hgkknlfjmocjdokobkfmfbhaaaionlog
URL Resmi https://chrome.google.com/webstore/detail/%E5%85%B1%E6%A5%ADredstop/hgkknlfjmocjdokobkfmfbhaaaionlog
Deskripsi 透過「共業Redstop」檢查網頁
Ukuran File 313 KB
Jumlah Instalasi 251
Versi Saat Ini 2.6
Terakhir Diperbarui 2023-01-25
Tanggal Publikasi 2021-07-09
Penilaian 4.86/5 Total 7 Penilaian
Pengembang http://redstop.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.redstop.info
URL Halaman Kebijakan Privasi https://www.redstop.info/privacy
Bahasa yang Didukung 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"
    ]
}