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…
Vad är Spoilerproof: The 1-Click Spoiler Block?
Spoilerproof: The 1-Click Spoiler Block är en Chrome-tillägg utvecklad av spoilerproof.dev, och dess huvudfunktion är "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…".
Tilläggsskärmbilder
Ladda ner Spoilerproof: The 1-Click Spoiler Block-förlängningens CRX-fil
Ladda ner Spoilerproof: The 1-Click Spoiler Block-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Spoilerproof: The 1-Click Spoiler Block |
ID | hmijoeophhplodchameaogmgdcphnode |
Officiell webbadress | https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode |
Beskrivning | Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler… |
Filstorlek | 6.3 MB |
Antal Installationer | 286 |
Aktuell Version | 1.0.10 |
Senast Uppdaterad | 2024-01-17 |
Publiceringsdatum | 2023-10-18 |
Betyg | 4.45/5 Totalt 11 Betyg |
Utvecklare | spoilerproof.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spoilerproof.netlify.app/ |
URL till Sekretesspolicy Sidan | https://spoilerproof.netlify.app/privacy-policy |
Stödda Språk | 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" } } |