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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block spoilers from Star Wars: The Rise of Skywalker, with smart pattern detection and a whitelist for false alarms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Force Block: the Star Wars spoiler blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ "\/*" ] } |