Game Of thrones Spoil Blocker 2019
A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.
Game Of thrones Spoil Blocker 2019 क्या है?
Game Of thrones Spoil Blocker 2019 Mostafa Alahyari (@mimalef70) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Game Of thrones Spoil Blocker 2019 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GOT Spoil Blocker Are you tired of fake and spoiled news about Game of Thrones on social media? Then go ahead and install Game of Thrones Spoil Blocker extentsion! Game of Thrones Spoil Blocker is an updated version of spoil blocker for Game of Thrones movie which blocks spoiled terms on social media such as: YouTube, Twitter, Reddit, and Google News. Features - It will automatically detect and block any posts and stories on social media that mention Game of Thrones spoiled terms or many other related terms, such as 'Winterfell' or 'Targaryen'. - It is completely open source Google Chrome extension
एक्सटेंशन की मूल जानकारी
नाम | Game Of thrones Spoil Blocker 2019 |
ID | lkgbngcohinikodfaocdmpdcidmbmjaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/game-of-thrones-spoil-blo/lkgbngcohinikodfaocdmpdcidmbmjaj |
विवरण | A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds. |
फ़ाइल का आकार | 237 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2019-04-17 |
प्रकाशन तिथि | 2019-04-17 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Mostafa Alahyari (@mimalef70) |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mimalef70/Got-Spoil-Blocker |
सहायता पृष्ठ URL | https://github.com/mimalef70/Got-Spoil-Blocker |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Game Of thrones Spoil Blocker 2019", "short_name": "GOT Spoil Blocker", "description": "A Game of Thrones spoiler blocking plugin for your Facebook, Twitter, Reddit, and Google News feeds.", "version": "2.0.1", "browser_action": { "default_icon": "assets\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Game of Spoilers" }, "icons": { "16": "assets\/icons\/icon16.png", "19": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/constants.js", "scripts\/helpers.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*", "*:\/\/gizmodo.co.uk\/*", "*:\/\/gizmodo.com\/*", "*:\/\/news.google.co.in\/*", "*:\/\/news.google.co.uk\/*", "*:\/\/news.google.com\/*", "*:\/\/plus.google.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/www.avclub.com\/*", "*:\/\/www.buzzfeed.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/www.tumblr.com\/*", "*:\/\/www.youtube.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/vendor\/jquery.min.js", "scripts\/constants.js", "scripts\/helpers.js", "scripts\/content.js" ] } ], "web_accessible_resources": [ "assets\/fonts\/*" ], "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |