Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b\uff1a\u7db2\u8def\u8cfc\u7269\u5373\u6642\u6bd4\u50f9\u5de5\u5177", "short_name": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b", "version": "3.15.1", "description": "\u98db\u6bd4\u8cfc\u7269\u5e6b\u624b:\u6b77\u53f2\u50f9\u683c\u901a\u901a\u638c\u63e1,\u6bd4\u50f9\u7834\u5104\u5546\u54c1,\u7db2\u8cfc\u6700\u4f73\u5e6b\u624b\uff0c\u8b93\u4f60\u82b1\u6700\u5c11\uff0c\u8cb7\u6700\u597d\uff01", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "background": { "service_worker": "js\/background.min.js" }, "action": { "default_icon": { "32": "images\/32x32.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.com.tw\/*" ], "js": [ "js\/google.min.js" ] }, { "run_at": "document_start", "matches": [ "*:\/\/tw.search.yahoo.com\/*" ], "js": [ "js\/yahoo.min.js" ] }, { "run_at": "document_start", "matches": [ "*:\/\/www.bing.com\/*" ], "js": [ "js\/bing.min.js" ] }, { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.com.tw\/*", "*:\/\/tw.search.yahoo.com\/*", "*:\/\/www.bing.com\/*" ], "js": [ "js\/ec.min.js", "js\/traffic.min.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/feebee.com.tw\/member\/coupon" ], "js": [ "js\/feebee-coupon.min.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.feebee.com.tw\/*" ] }, "permissions": [ "cookies", "contextMenus", "storage" ], "host_permissions": [ "*:\/\/*.feebee.com.tw\/*" ] }