imdb-despoiler
Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show
Τι είναι το imdb-despoiler;
Το imdb-despoiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codeplasma.com, και η κύρια λειτουργία του είναι "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης imdb-despoiler
Λήψη αρχείων επέκτασης imdb-despoiler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever had plotlines spoiled by knowing how long an actor or actress was on a show? This lightweight, simple extension runs only on IMDB and adds an unobtrusive "Toggle Spoilers" button to the cast list. The spoilers are hidden by default.
Changes from 1.4.1 to 1.4.2:
* Plugin no longer mangles movie cast lists
Changes from 1.2 to 1.4.1:
* Toggle button doesn't show up on non-filmography table
headers on actor pages
* Fixed problem where movie dates were getting caught in the
spoiler filter
* Accidentally skipped version numbers
Changes from 1.1 to 1.2:
* Now works on cast list pages
* Now works on actor pages
* Fixed display problem with text-only character names Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | jaijjpoglndcagllekkkeigkkoiphajm |
| Επίσημο URL | https://chromewebstore.google.com/detail/imdb-despoiler/jaijjpoglndcagllekkkeigkkoiphajm |
| Περιγραφή | Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show |
| Μέγεθος Αρχείου | 41.93 KB |
| Αριθμός Εγκαταστάσεων | 82 |
| Τρέχουσα Έκδοση | 1.4.2 |
| Τελευταία Ενημέρωση | 2013-02-15 |
| Ημερομηνία Δημοσίευσης | 2013-02-14 |
| Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | https://codeplasma.com |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://codeplasma.com/2013/02/07/imdb-despoiler-chrome-extension/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/icecreamguy/imdb-despoiler |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "imdb-despoiler",
"description": "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show",
"version": "1.4.2",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.imdb.com\/*"
],
"css": [
"imdb-despoiler.css"
],
"js": [
"jquery.js",
"imdb-despoiler.js"
]
}
]
} | |