Liberal to Lizard

Replaces the text 'liberal' with 'lizard'.

Apa itu Liberal to Lizard?

Liberal to Lizard adalah ekstensi Chrome yang dikembangkan oleh Alex Hixon, dan fitur utamanya adalah "Replaces the text 'liberal' with 'lizard'.".

Unduh Berkas CRX Ekstensi Liberal to Lizard

Unduh file ekstensi Liberal to Lizard 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

                                            

Informasi Dasar Ekstensi

Nama Liberal to Lizard Liberal to Lizard
ID gffjgnochcilollgommfhgndmfanbbnk
URL Resmi https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk
Deskripsi Replaces the text 'liberal' with 'lizard'.
Ukuran File 19.06 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-09-05
Tanggal Publikasi 2014-09-05
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Alex Hixon
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Liberal to Lizard",
    "version": "1.0",
    "description": "Replaces the text 'liberal' with 'lizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}