No Spoilers
Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.
O que é No Spoilers?
No Spoilers é uma extensão do Chrome desenvolvida por annasheaffer, e sua principal característica é "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.".
Baixar o arquivo CRX da Extensão No Spoilers
Baixe arquivos de extensão No Spoilers 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
No Spoilers allows you to specify movies, TV shows, and events that you would like to be blocked from your web browsing. Turn it off or customize it at any time.
Informações Básicas da Extensão
Nome | |
ID | pgpcfnaafiklphfocfkhponfnoopdmii |
URL Oficial | https://chrome.google.com/webstore/detail/no-spoilers/pgpcfnaafiklphfocfkhponfnoopdmii |
Descrição | Block spoilers! Customize the extension to block the movies, shows, and events that matter to you. |
Tamanho do Arquivo | 38.39 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.1 |
Última Atualização | 2014-03-18 |
Data de Publicação | 2014-03-18 |
Desenvolvedor | annasheaffer |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Spoilers", "version": "1.1", "author": "Anna Sheaffer", "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.", "icons": { "16": "NS16.png", "48": "NS48.png", "128": "NS128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Block spoilers!", "default_icon": "NS16.png", "default_popup": "popup.html" } } |