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 https://codeplasma.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में imdb-despoiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम imdb-despoiler imdb-despoiler
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"
            ]
        }
    ]
}