Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Apa itu Republicans are The Sith?

Republicans are The Sith adalah ekstensi Chrome yang dikembangkan oleh Saber Software, dan fitur utamanya adalah "Replaces the word Republican/s with Sith Lord".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Republicans are The Sith

Unduh file ekstensi Republicans are The Sith 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 is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"                    

Informasi Dasar Ekstensi

Nama Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
URL Resmi https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
Deskripsi Replaces the word Republican/s with Sith Lord
Ukuran File 3.57 KB
Jumlah Instalasi 86
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-09-29
Tanggal Publikasi 2017-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Saber Software
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Republicans are The Sith",
    "description": "Replaces the word Republican\/s with Sith Lord",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}