BlockRice
於 OpenRice 上顯示餐廳是否於禁食名單內
What is BlockRice?
BlockRice is a Chrome extension developed by https://hkrev.info, and its main feature is "於 OpenRice 上顯示餐廳是否於禁食名單內".
Extension Screenshots
Download BlockRice Extension CRX File
Download BlockRice 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
在 OpenRice 中搜索餐廳時,會自動把在罷食名單中的餐廳屏蔽
Extension Basic Information
Name | |
ID | pliohkckjjidlnlnkmdhpffimjfioikf |
Official URL | https://chromewebstore.google.com/detail/blockrice/pliohkckjjidlnlnkmdhpffimjfioikf |
Description | 於 OpenRice 上顯示餐廳是否於禁食名單內 |
File Size | 275 KB |
Installation Count | 311 |
Current Version | 1.1 |
Last Updated | 2019-08-29 |
Publish Date | 2019-08-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://hkrev.info |
Payment Type | free |
Supported Languages | 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" ] } |