There Be Dragons
Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.
Cos'è There Be Dragons?
There Be Dragons è un'estensione di Chrome sviluppata da http://donohoe.io, e la sua funzione principale è "Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione There Be Dragons
Scarica i file di estensione There Be Dragons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fngfcfkfejcmphednpbmaoogehooklpm |
URL Ufficiale | https://chrome.google.com/webstore/detail/there-be-dragons/fngfcfkfejcmphednpbmaoogehooklpm |
Descrizione | Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy. |
Dimensione del File | 34.81 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2013-09-06 |
Data di Pubblicazione | 2013-09-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://donohoe.io |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://donohoe.io/projects/there-be-dragons/ |
Lingue Supportate | 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 } ] } |