Spoiler Specs
Removes spoilery thumbnails and descriptions on streaming sites
Spoiler Specs là gì?
Spoiler Specs là một tiện ích mở rộng Chrome được phát triển bởi tomlumperson, và tính năng chính của nó là "Removes spoilery thumbnails and descriptions on streaming sites".
Ả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 Spoiler Specs
Tải xuống các tệp mở rộng Spoiler Specs 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
Removes spoilery thumbnails and descriptions on HBO, Netflix, Hulu, Crunchyroll, and Amazon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spoiler Specs |
ID | ooegdkkipjbdfhdkamblcfljmolhakbo |
URL Chính Thức | https://chromewebstore.google.com/detail/spoiler-specs/ooegdkkipjbdfhdkamblcfljmolhakbo |
Mô tả | Removes spoilery thumbnails and descriptions on streaming sites |
Kích Thước Tệp | 28.69 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2021-05-28 |
Ngày Phát Hành | 2019-10-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tomlumperson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tomlum.com/spoilerspecs |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spoiler Specs", "short_name": "Spoiler Specs", "version": "1.1.3", "manifest_version": 2, "description": "Removes spoilery thumbnails and descriptions on streaming sites", "homepage_url": "http:\/\/www.TomLum.com\/spoilerspecs", "icons": { "128": "icons\/icon128on.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon128on.png", "default_title": "Spoiler Specs", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.hulu.com\/*" ], "js": [ "src\/inject\/hulu.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "src\/inject\/amazon.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.hbogo.com\/*" ], "js": [ "src\/inject\/hbogo.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.hbomax.com\/*" ], "js": [ "src\/inject\/hbomax.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.hbonow.com\/*" ], "js": [ "src\/inject\/hbogo.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "src\/inject\/netflix.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "js": [ "src\/inject\/crunchyroll.js" ] } ] } |