BlockRice
於 OpenRice 上顯示餐廳是否於禁食名單內
Hvad er BlockRice?
BlockRice er en Chrome-udvidelse udviklet af https://hkrev.info, og dens hovedfunktion er "於 OpenRice 上顯示餐廳是否於禁食名單內".
Udvidelsesskærmbilleder
Download BlockRice-udvidelses-CRX-fil
Download BlockRice-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
在 OpenRice 中搜索餐廳時,會自動把在罷食名單中的餐廳屏蔽
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pliohkckjjidlnlnkmdhpffimjfioikf |
Officiel URL | https://chromewebstore.google.com/detail/blockrice/pliohkckjjidlnlnkmdhpffimjfioikf |
Beskrivelse | 於 OpenRice 上顯示餐廳是否於禁食名單內 |
Filstørrelse | 275 KB |
Antal Installationer | 311 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-08-29 |
Udgivelsesdato | 2019-08-29 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://hkrev.info |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |