Flagger
Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
O que é Flagger?
Flagger é uma extensão do Chrome desenvolvida por https://flagger.io, e sua principal característica é "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flagger
Baixe arquivos de extensão Flagger 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
Flagger is a browser add-on that automatically puts red flag keywords (like bomb, Taliban and anthrax) into the web addresses you visit. Install Flagger and help us send a message: government surveillance has gone too far.
Informações Básicas da Extensão
Nome | Flagger |
ID | dhnmamoofolkjakgakfncmdbmmfofaam |
URL Oficial | https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam |
Descrição | Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway. |
Tamanho do Arquivo | 247 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.2.0 |
Última Atualização | 2014-12-05 |
Data de Publicação | 2014-12-04 |
Classificação | 4.25/5 Total de 8 Avaliações |
Desenvolvedor | https://flagger.io |
Tipo de Pagamento | free |
Site da Extensão | http://flagger.io |
URL da Página de Ajuda | http://flagger.io/faq.php |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flagger", "version": "1.2.0", "icons": { "19": "data\/images\/icon_logo_19.png", "48": "data\/images\/icon_logo_48.png", "128": "data\/images\/icon_logo_128.png" }, "description": "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.", "browser_action": { "default_title": "Click for Flagger!", "default_icon": { "19": "data\/images\/flag_gray.png", "38": "data\/images\/flag_gray_38.png" }, "default_popup": "data\/html\/popup.html" }, "background": { "scripts": [ "lib\/flagger_http_observer_chrome.js", "lib\/flagger.js", "lib\/main_chrome.js" ], "persistent": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "sandbox": { "pages": [ "data\/html\/templating_sandbox.html" ] } } |