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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 There Be Dragons There Be Dragons
ID fngfcfkfejcmphednpbmaoogehooklpm
官方網址 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
        }
    ]
}