BlockRice

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

Wat is BlockRice?

BlockRice is een Chrome-extensie ontwikkeld door https://hkrev.info, en de belangrijkste functie is "於 OpenRice 上顯示餐廳是否於禁食名單內".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BlockRice

Download BlockRice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BlockRice BlockRice
ID pliohkckjjidlnlnkmdhpffimjfioikf
Officiële URL https://chromewebstore.google.com/detail/blockrice/pliohkckjjidlnlnkmdhpffimjfioikf
Beschrijving 於 OpenRice 上顯示餐廳是否於禁食名單內
Bestandsgrootte 275 KB
Aantal Installaties 311
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-29
Publicatiedatum 2019-08-29
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://hkrev.info
Betalingswijze free
Ondersteunde Talen 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"
    ]
}