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.
Co to jest Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker to rozszerzenie Chrome opracowane przez Priceless Misc, a jego główną funkcją jest „Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Force Block: the Star Wars spoiler blocker
Pobierz pliki rozszerzeń Force Block: the Star Wars spoiler blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
Oficjalny URL | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Opis | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
Rozmiar pliku | 581 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2019-12-19 |
Data Publikacji | 2019-12-17 |
Ocena | 4.17/5 Łącznie 184 Oceny |
Deweloper | Priceless Misc |
Typ Płatności | free |
Strona Rozszerzenia | http://pricelessmisc.com |
Adres URL Strony Pomocy | http://pricelessmisc.com/force-block |
Obsługiwane Języki | 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": [ "\/*" ] } |