Nashey Cougar

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

Wat is Nashey Cougar?

Nashey Cougar is een Chrome-extensie ontwikkeld door dan devine, en de belangrijkste functie is "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nashey Cougar

Download Nashey Cougar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
Officiële URL https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
Beschrijving Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Bestandsgrootte 46.16 KB
Aantal Installaties 15
Huidige Versie 1.3
Laatst Bijgewerkt 2015-03-27
Publicatiedatum 2015-03-27
Ontwikkelaar dan devine
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://danieldevine.github.io/nashey-cougar/
Ondersteunde Talen 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"
        }
    ]
}