Nashey Cougar

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

Cos'è Nashey Cougar?

Nashey Cougar è un'estensione di Chrome sviluppata da dan devine, e la sua funzione principale è "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nashey Cougar

Scarica i file di estensione Nashey Cougar 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

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

Informazioni di Base sull'Estensione

Nome Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
URL Ufficiale https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
Descrizione Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Dimensione del File 46.16 KB
Conteggio Installazioni 15
Versione Corrente 1.3
Ultimo Aggiornamento 2015-03-27
Data di Pubblicazione 2015-03-27
Sviluppatore dan devine
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://danieldevine.github.io/nashey-cougar/
Lingue Supportate 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"
        }
    ]
}