imdb-despoiler
Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show
imdb-despoiler là gì?
imdb-despoiler là một tiện ích mở rộng Chrome được phát triển bởi https://codeplasma.com, và tính năng chính của nó là "Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng imdb-despoiler
Tải xuống các tệp mở rộng imdb-despoiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | imdb-despoiler |
ID | jaijjpoglndcagllekkkeigkkoiphajm |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-despoiler/jaijjpoglndcagllekkkeigkkoiphajm |
Mô tả | Browse IMDB without revealing the number of seasons, episodes, or years a cast member was present on a TV show |
Kích Thước Tệp | 41.93 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2013-02-15 |
Ngày Phát Hành | 2013-02-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://codeplasma.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://codeplasma.com/2013/02/07/imdb-despoiler-chrome-extension/ |
URL Trang Trợ Giúp | https://github.com/icecreamguy/imdb-despoiler |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |