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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة imdb-despoiler

قم بتنزيل ملفات الامتداد imdb-despoiler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}