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.
Apa itu Force Block: the Star Wars spoiler blocker?
Force Block: the Star Wars spoiler blocker adalah ekstensi Chrome yang dikembangkan oleh Priceless Misc, dan fitur utamanya adalah "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Force Block: the Star Wars spoiler blocker
Unduh file ekstensi Force Block: the Star Wars spoiler blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | |
ID | bplpphlobgcnjhoglonpnkooaaenlmol |
URL Resmi | https://chrome.google.com/webstore/detail/force-block-the-star-wars/bplpphlobgcnjhoglonpnkooaaenlmol |
Deskripsi | Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms. |
Ukuran File | 581 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2019-12-19 |
Tanggal Publikasi | 2019-12-17 |
Penilaian | 4.17/5 Total 184 Penilaian |
Pengembang | Priceless Misc |
Tipe Pembayaran | free |
Situs Ekstensi | http://pricelessmisc.com |
URL Halaman Bantuan | http://pricelessmisc.com/force-block |
Bahasa yang Didukung | 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": [ "\/*" ] } |