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…
O que é Spoilerproof: The 1-Click Spoiler Block?
Spoilerproof: The 1-Click Spoiler Block é uma extensão do Chrome desenvolvida por spoilerproof.dev, e sua principal característica é "Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spoilerproof: The 1-Click Spoiler Block
Baixe arquivos de extensão Spoilerproof: The 1-Click Spoiler Block no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Spoilerproof: The 1-Click Spoiler Block |
ID | hmijoeophhplodchameaogmgdcphnode |
URL Oficial | https://chromewebstore.google.com/detail/spoilerproof-the-1-click/hmijoeophhplodchameaogmgdcphnode |
Descrição | Introducing Spoilerproof, the one-click spoiler block! Simply select the title you want to avoid spoilers for, and our Spoiler… |
Tamanho do Arquivo | 6.3 MB |
Contagem de Instalações | 286 |
Versão Atual | 1.0.10 |
Última Atualização | 2024-01-17 |
Data de Publicação | 2023-10-18 |
Classificação | 4.45/5 Total de 11 Avaliações |
Desenvolvedor | spoilerproof.dev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://spoilerproof.netlify.app/ |
URL da Página de Política de Privacidade | https://spoilerproof.netlify.app/privacy-policy |
Idiomas Suportados | 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" } } |