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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
            ]
        }
    ]
}