Auto Hide Game Of Thrones Spoilers
My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!
Τι είναι το Auto Hide Game Of Thrones Spoilers;
Το Auto Hide Game Of Thrones Spoilers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sumeet Chawla, και η κύρια λειτουργία του είναι "My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Hide Game Of Thrones Spoilers
Λήψη αρχείων επέκτασης Auto Hide Game Of Thrones Spoilers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Game of thrones is the most talked about and pirated show on earth. Everyone looks forward to the next episode but then all of a sudden someone or some site posts spoilers about it and your entire show get's ruined! This extension will help hide any content related to Game of thrones on all types of websites and social media, automatically. Just install it, activate it from the extension bar and all GoT related stuff will get blurred out. You an always disable it by clicking the icon again in case you want to read the stuff 🙈 As for social media like Facebook and Twitter, it works well on any content which appears as soon as the site loads (i.e. above the fold content). Enough to prevent those unforeseen one liner status update spoilers. It might not work on content which loads once you start scrolling. We will try to work a fix for that too. Disclaimer: We are not responsible if by any chance you do get to know about a spoiler. :( Also, we don't send any data to any website and all the processing happens on your computer itself. Any feedback is highly appreciated. https://twitter.com/@sumeetchawla
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Hide Game Of Thrones Spoilers |
ID | illdmbjcchfonbkblleijcapcpofmmmi |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-hide-game-of-thrones/illdmbjcchfonbkblleijcapcpofmmmi |
Περιγραφή | My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers! |
Μέγεθος Αρχείου | 56.57 KB |
Αριθμός Εγκαταστάσεων | 11 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2017-08-23 |
Ημερομηνία Δημοσίευσης | 2017-08-22 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Sumeet Chawla |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://juststickers.in |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Hide Game Of Thrones Spoilers", "version": "0.0.2", "manifest_version": 2, "description": "My Season 6 episode 7 was ruined because of spoilers on social media. This extension saves you from sudden spoilers!", "homepage_url": "https:\/\/juststickers.in", "icons": { "16": "icons\/icon16-2.png", "96": "icons\/icon96-2.png", "128": "icons\/icon128-2.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/script.js" ], "run_at": "document_idle" } ], "permissions": [ "storage" ] } |