Spoiler Alert
Blocks potential tv show and sport spoilers from Facebook newsfeeds.
Τι είναι το Spoiler Alert;
Το Spoiler Alert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον neeasthana, και η κύρια λειτουργία του είναι "Blocks potential tv show and sport spoilers from Facebook newsfeeds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Spoiler Alert
Λήψη αρχείων επέκτασης Spoiler Alert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SpoilerAlert is a Google Chrome Extension that blocks potential tv show and sport spoilers from Facebook newsfeeds. Simply select the shows or sport’s teams that you follow in order to personalize the content that you would like filtered. Afterwards, when a reference to an entered term is found on Facebook, our app will blur that post, explain why the blocking occurred, and provide an option to remove the blocking. Features: - Visible blocking of Facebook posts - Optional removal of blocking - TV show and Sports team Packages - Customized Blocking Settings - Personalized Statistics and Analytics With the explosion of television show internet streaming services like Netflix and Hulu the amount of people watching television shows online has skyrocketed. With viewers often turning to social media in reaction, it has become commonplace for Facebook or Twitter users to be exposed to information or results that they wish they would not have seen. Whether it is what happened in the latest episode of their favorite television show or the score of the sports game they recorded, having a show or game spoiled by friends on social media can be frustrating and often heartbreaking. Now, with SpoilerAlert say goodbye to those unwanted posts! Just tell us what you follow and we'll do the rest.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | odpfnbibaakipnognffhbopcjkonheeg |
Επίσημο URL | https://chrome.google.com/webstore/detail/spoiler-alert/odpfnbibaakipnognffhbopcjkonheeg |
Περιγραφή | Blocks potential tv show and sport spoilers from Facebook newsfeeds. |
Μέγεθος Αρχείου | 2.97 MB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-01-09 |
Ημερομηνία Δημοσίευσης | 2015-01-09 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | neeasthana |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spoiler Alert", "description": "Blocks potential tv show and sport spoilers from Facebook newsfeeds.", "version": "1.1", "icons": { "128": "icon.png" }, "web_accessible_resources": [ "SpoilerAlert.png", "termFinder.js" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Spoiler Alert!" }, "options_page": "web\/index.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage", "tabs", "activeTab" ] } |