Trident to Metal Gear

Replaces the text 'Trident' with 'Metal Gear'.

Apa itu Trident to Metal Gear?

Trident to Metal Gear adalah ekstensi Chrome yang dikembangkan oleh Sledra, dan fitur utamanya adalah "Replaces the text 'Trident' with 'Metal Gear'.".

Unduh Berkas CRX Ekstensi Trident to Metal Gear

Unduh file ekstensi Trident to Metal Gear 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

                        Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....                    

Informasi Dasar Ekstensi

Nama Trident to Metal Gear Trident to Metal Gear
ID hbchjejfaipciplpfkilelpodaijgjmk
URL Resmi https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk
Deskripsi Replaces the text 'Trident' with 'Metal Gear'.
Ukuran File 3.35 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-10-02
Tanggal Publikasi 2015-10-02
Pengembang Sledra
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trident to Metal Gear",
    "version": "1.0",
    "description": "Replaces the text 'Trident' with 'Metal Gear'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}