Nashey Cougar

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

Apa itu Nashey Cougar?

Nashey Cougar adalah ekstensi Chrome yang dikembangkan oleh dan devine, dan fitur utamanya adalah "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nashey Cougar

Unduh file ekstensi Nashey Cougar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
URL Resmi https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
Deskripsi Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Ukuran File 46.16 KB
Jumlah Instalasi 15
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-03-27
Tanggal Publikasi 2015-03-27
Pengembang dan devine
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://danieldevine.github.io/nashey-cougar/
Bahasa yang Didukung 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"
        }
    ]
}