IMDb Hide Episode Spoilers
Hides episode number count on IMDb. No more spoilers!
IMDb Hide Episode Spoilers là gì?
IMDb Hide Episode Spoilers là một tiện ích mở rộng Chrome được phát triển bởi Silver, và tính năng chính của nó là "Hides episode number count on IMDb. No more spoilers!".
Ả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 Hide Episode Spoilers
Tải xuống các tệp mở rộng IMDb Hide Episode Spoilers 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 want to look up who the actor is for your new favorite TV show on IMDb? But uh-oh! You just noticed that the show has 40 episodes and the character(although he's been in every episode so far) is only in 28. Thanks for the spoiler alert IMDb! This extension will hide those pesky spoilers out of view unless you hover over it. And a simple button allows you to turn off all the spoiler tags if you're not worried about that show. Easy and simple. Version Changes( https://github.com/SIlver--/IMDb-Hide-Episode-Spoilers ) Version 1.4 -Updated to work with HTTPS imdb credits to @swstraus Version 1.3 -Added hide spoiler on season episode list and episode page Version 1.2 -Added hide spoilers to actor and character page Version 1.1 -Fixed a bug where spoiler button would display when not needed Version 1.0 -Release
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDb Hide Episode Spoilers |
ID | chiakepmphnoipoamanblmjmnigmgbkh |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-hide-episode-spoiler/chiakepmphnoipoamanblmjmnigmgbkh |
Mô tả | Hides episode number count on IMDb. No more spoilers! |
Kích Thước Tệp | 18.95 KB |
Số Lần Cài Đặt | 1,506 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2018-02-28 |
Ngày Phát Hành | 2018-02-28 |
Đánh Giá | 4.10/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Silver |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDb Hide Episode Spoilers", "version": "1.4", "manifest_version": 2, "icons": { "128": "icons\/icon128.png" }, "description": "Hides episode number count on IMDb. No more spoilers!", "default_locale": "en", "permissions": [ "*:\/\/www.imdb.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.imdb.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/www.imdb.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |