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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Priceless Misc, και η κύρια λειτουργία του είναι "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Force Block: the Star Wars spoiler blocker
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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": [ "\/*" ] } |