There Be Dragons
Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.
There Be Dragonsとは何ですか?
There Be Dragonsはhttp://donohoe.ioによって開発されたChromeの拡張機能で、その主な機能は「Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.」です。
拡張機能のスクリーンショット
There Be Dragons拡張機能のCRXファイルをダウンロード
There Be Dragons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | fngfcfkfejcmphednpbmaoogehooklpm |
公式URL | https://chrome.google.com/webstore/detail/there-be-dragons/fngfcfkfejcmphednpbmaoogehooklpm |
説明 | Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy. |
ファイルサイズ | 34.81 KB |
インストール数 | 50 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2013-09-06 |
公開日 | 2013-09-06 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | http://donohoe.io |
支払い方法 | free |
ヘルプページのURL | http://donohoe.io/projects/there-be-dragons/ |
対応言語 | 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 } ] } |