Unspoiler
Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.
Τι είναι το Unspoiler;
Το Unspoiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.unspoiler.tv, και η κύρια λειτουργία του είναι "Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unspoiler
Λήψη αρχείων επέκτασης Unspoiler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
New Version 2.2! * Save your blocked headlines so you can read them later. * White list any sites you don't want blocked. Replace any headlines, tweets, facebook posts,with a spoiler warning label. Click the plugin button in your browser bar and type in the name of any shows or references you don't want to read about. You can also just type "unspoil" in the chrome addressbar. Unspoiler will check any webpage you load for those spoilers and replace them with a warning label which lets you know what it's found. When you're ready to read spoilers again you can remove anything you've blocked by clicking the plugin button or going into the unspoiler options.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Unspoiler |
ID | oookgbbhgojdebhnmkmhgfagoiknifgi |
Επίσημο URL | https://chromewebstore.google.com/detail/unspoiler/oookgbbhgojdebhnmkmhgfagoiknifgi |
Περιγραφή | Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler. |
Μέγεθος Αρχείου | 73.39 KB |
Αριθμός Εγκαταστάσεων | 7,922 |
Τρέχουσα Έκδοση | 2.2.0 |
Τελευταία Ενημέρωση | 2014-01-24 |
Ημερομηνία Δημοσίευσης | 2014-01-23 |
Αξιολόγηση | 4.13/5 Συνολικά 101 Αξιολογήσεις |
Προγραμματιστής | https://www.unspoiler.tv |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unspoiler", "version": "2.2.0", "manifest_version": 2, "description": "Don't let the internet spoil your TV! Block headlines, tweets, facebook posts and everything with Unspoiler.", "homepage_url": "http:\/\/www.unspoiler.tv\/", "omnibox": { "keyword": "unspoil" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "persistent": false, "scripts": [ "common.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |