Tweet to Fart

Changes instances of the word "tweet" to the word "fart".

Apa itu Tweet to Fart?

Tweet to Fart adalah ekstensi Chrome yang dikembangkan oleh explodedsoda, dan fitur utamanya adalah "Changes instances of the word "tweet" to the word "fart".".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tweet to Fart

Unduh file ekstensi Tweet 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

                        Changes instances of the word "tweet" to the word "fart". 
Inspired by the incredible Cloud To Butt Plus extension                    

Informasi Dasar Ekstensi

Nama Tweet to Fart Tweet to Fart
ID dkjldeffoaghpekpbfonicialkldonai
URL Resmi https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai
Deskripsi Changes instances of the word "tweet" to the word "fart".
Ukuran File 39.75 KB
Jumlah Instalasi 48
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-05-14
Tanggal Publikasi 2021-03-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang explodedsoda
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cash.app/$KyleAnne
URL Halaman Bantuan https://twitter.com/explodedsoda
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet to Fart",
    "version": "1.1.0",
    "author": "@explodedsoda",
    "manifest_version": 2,
    "description": "Changes instances of the word \"tweet\" to the word \"fart\".",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/tweet-to-fart.js"
            ]
        }
    ]
}