BlockRice

於 OpenRice 上顯示餐廳是否於禁食名單內

Apa itu BlockRice?

BlockRice adalah ekstensi Chrome yang dikembangkan oleh https://hkrev.info, dan fitur utamanya adalah "於 OpenRice 上顯示餐廳是否於禁食名單內".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BlockRice

Unduh file ekstensi BlockRice 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

                        在 OpenRice 中搜索餐廳時,會自動把在罷食名單中的餐廳屏蔽                    

Informasi Dasar Ekstensi

Nama BlockRice BlockRice
ID pliohkckjjidlnlnkmdhpffimjfioikf
URL Resmi https://chromewebstore.google.com/detail/blockrice/pliohkckjjidlnlnkmdhpffimjfioikf
Deskripsi 於 OpenRice 上顯示餐廳是否於禁食名單內
Ukuran File 275 KB
Jumlah Instalasi 311
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-08-29
Tanggal Publikasi 2019-08-29
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://hkrev.info
Tipe Pembayaran free
Bahasa yang Didukung zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockRice",
    "version": "1.1",
    "description": "\u65bc OpenRice \u4e0a\u986f\u793a\u9910\u5ef3\u662f\u5426\u65bc\u7981\u98df\u540d\u55ae\u5167",
    "manifest_version": 2,
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Click here!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.openrice.com\/*"
            ],
            "js": [
                "style\/jquery-3.4.1.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}