Force Block: the Star Wars spoiler blocker
Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.
什麼是Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker是由Priceless Misc開發的Chrome擴展程式,該擴展的主要功能是“Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.”。
擴展截圖
下載Force Block: the Star Wars spoiler blocker擴展crx文件
下載Force Block: the Star Wars spoiler blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
UPDATE: Dec 17 2019 ------------------------------ Force Block now protects you from spoilers for Star Wars: The Rise of Skywalker, as revealed to us by a Rebel spy :)
擴展基本資訊
名稱 | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
官方網址 | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
簡介 | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
檔案大小 | 581 KB |
安裝次數 | 4,000 |
目前版本 | 1.4.0 |
更新時間 | 2019-12-19 |
上架時間 | 2019-12-17 |
評分 | 4.17/5 共 184 次評分 |
開發者 | Priceless Misc |
付費類型 | free |
擴展官網 | http://pricelessmisc.com |
說明頁面URL | http://pricelessmisc.com/force-block |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Block: the Star Wars spoiler blocker", "short_name": "Force Block", "version": "1.4.0", "description": "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.", "icons": { "128": "\/img\/icon128.png", "16": "\/img\/icon16.png", "48": "\/img\/icon48.png" }, "browser_action": { "default_icon": "\/img\/icon.png", "default_popup": "\/popup\/popup.html" }, "content_scripts": [ { "css": [ "\/css\/style.css" ], "js": [ "\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "\/*" ] } |