There Be Dragons
Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.
O que é There Be Dragons?
There Be Dragons é uma extensão do Chrome desenvolvida por http://donohoe.io, e sua principal característica é "Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão There Be Dragons
Baixe arquivos de extensão There Be Dragons 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
A continuously adjusted list for words and phrases that are randomly and subtly replaced as you read some major news websites. That sort of thing. Don't worry about it. Just forget you even have this installed. Those sites currently are; CNN, NYTimes, Washington Post, Wall Street Journal, The Atlantic, and The Atlantic Wire, The Guardian, BBC, NBC, USA Today, ABC News, Reuters, LATimes, Huffington Post, ProPublica, Yahoo News.
Informações Básicas da Extensão
Nome | |
ID | fngfcfkfejcmphednpbmaoogehooklpm |
URL Oficial | https://chrome.google.com/webstore/detail/there-be-dragons/fngfcfkfejcmphednpbmaoogehooklpm |
Descrição | Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy. |
Tamanho do Arquivo | 34.81 KB |
Contagem de Instalações | 50 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2013-09-06 |
Data de Publicação | 2013-09-06 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | http://donohoe.io |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://donohoe.io/projects/there-be-dragons/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "There Be Dragons", "version": "0.0.0.3", "description": "Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.", "manifest_version": 2, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "tabs", "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.cnn.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.theguardian.com\/*", "http:\/\/*.theatlantic.com\/*", "http:\/\/*.theatlanticwire.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.abcnews.go.com\/*", "http:\/\/*.bbc.co.uk\/*", "http:\/\/*.bbcnews.com\/*", "http:\/\/*.nbcnews.com\/*", "http:\/\/*.reuters.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.huffingtonpost.com\/*", "http:\/\/*.propublica.org\/*", "http:\/\/news.yahoo.com\/*", "http:\/\/*.spreadsheets.google.com\/*", "https:\/\/*.spreadsheets.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/spreadsheets.google.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.nytimes.com\/*", "http:\/\/*.wsj.com\/*", "http:\/\/*.cnn.com\/*", "http:\/\/*.washingtonpost.com\/*", "http:\/\/*.theguardian.com\/*", "http:\/\/*.theatlantic.com\/*", "http:\/\/*.theatlanticwire.com\/*", "http:\/\/*.usatoday.com\/*", "http:\/\/*.abcnews.go.co\/*", "http:\/\/*.bbc.co.uk\/*", "http:\/\/*.bbcnews.com\/*", "http:\/\/*.nbcnews.com\/*", "http:\/\/*.reuters.com\/*", "http:\/\/*.latimes.com\/*", "http:\/\/*.huffingtonpost.com\/*", "http:\/\/*.propublica.org\/*", "http:\/\/news.yahoo.com\/*" ], "js": [ "app.js" ], "run_at": "document_end", "all_frames": false } ] } |