Gate to Fart

Replaces the text 'gate' with 'fart'.

Apa itu Gate to Fart?

Gate to Fart adalah ekstensi Chrome yang dikembangkan oleh Sana, dan fitur utamanya adalah "Replaces the text 'gate' with 'fart'.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gate to Fart

Unduh file ekstensi Gate to Fart 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

                        An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.

Update 1.1: Removed an unnecessary icon.                    

Informasi Dasar Ekstensi

Nama Gate to Fart Gate to Fart
ID iagclbkbkodngkiiipcnefjeilkfjflm
URL Resmi https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm
Deskripsi Replaces the text 'gate' with 'fart'.
Ukuran File 7.99 KB
Jumlah Instalasi 31
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-07-19
Tanggal Publikasi 2015-07-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sana
Tipe Pembayaran free
Situs Ekstensi https://github.com/bigshika/gate-to-fart
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gate to Fart",
    "version": "1.1",
    "description": "Replaces the text 'gate' with 'fart'.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}