There Be Dragons

Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.

Co to jest There Be Dragons?

There Be Dragons to rozszerzenie Chrome opracowane przez http://donohoe.io, a jego główną funkcją jest „Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia There Be Dragons

Pobierz pliki rozszerzeń There Be Dragons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa There Be Dragons There Be Dragons
ID fngfcfkfejcmphednpbmaoogehooklpm
Oficjalny URL https://chrome.google.com/webstore/detail/there-be-dragons/fngfcfkfejcmphednpbmaoogehooklpm
Opis Unleash dragons. Replaces selected words with different words. Just forget you even have this installed. No mercy.
Rozmiar pliku 34.81 KB
Liczba instalacji 50
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2013-09-06
Data Publikacji 2013-09-06
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://donohoe.io
Typ Płatności free
Adres URL Strony Pomocy http://donohoe.io/projects/there-be-dragons/
Obsługiwane Języki 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
        }
    ]
}