Nashey Cougar

Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.

Co je Nashey Cougar?

Nashey Cougar je rozšíření Chrome vyvinuté dan devine, a jeho hlavní funkcí je „Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Nashey Cougar

Stáhněte si soubory rozšíření Nashey Cougar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.                    

Základní Informace o Rozšíření

Název Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
Oficiální URL https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
Popis Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Velikost souboru 46.16 KB
Počet instalací 15
Aktuální Verze 1.3
Poslední Aktualizace 2015-03-27
Datum Vydání 2015-03-27
Vývojář dan devine
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://danieldevine.github.io/nashey-cougar/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nashey Cougar",
    "version": "1.3",
    "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.",
    "browser_action": {
        "default_icon": "nc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}