Spoilerproof: The 1-Click Spoiler Block
Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…
Spoilerproof: The 1-Click Spoiler Block là gì?
Spoilerproof: The 1-Click Spoiler Block là một tiện ích mở rộng Chrome được phát triển bởi spoilerproof.dev, và tính năng chính của nó là "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…".
Ả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 Spoilerproof: The 1-Click Spoiler Block
Tải xuống các tệp mở rộng Spoilerproof: The 1-Click Spoiler Block 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
Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler Engine will detect spoiler terms on social media sites and block them for you. Once you've finished watching a title, the spoiler block is removed. With over 2,000 titles across movies, TV shows, and video games, Spoilerproof ensures the internet will never ruin enjoyment of your favourite media. Happy browsing!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spoilerproof: The 1-Click Spoiler Block |
ID | hmijoeophhplodchameaogmgdcphnode |
URL Chính Thức | https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode |
Mô tả | Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler… |
Kích Thước Tệp | 6.3 MB |
Số Lần Cài Đặt | 286 |
Phiên Bản Hiện Tại | 1.0.10 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2023-10-18 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | spoilerproof.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spoilerproof.netlify.app/ |
URL Trang Chính Sách Bảo Mật | https://spoilerproof.netlify.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spoilerproof: The 1-Click Spoiler Block", "description": "", "version": "1.0.10", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Save details." }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.fb.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/content.css" ] } ], "background": { "service_worker": ".\/static\/js\/background.js" }, "oauth2": { "client_id": "537307073351-824ma5c945scqhm3ahg67apmkdaqc5or.apps.googleusercontent.com", "scopes": [ "email" ] }, "permissions": [ "storage", "identity", "webNavigation" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |