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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

imdb-despoiler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}