Tweet to Fart

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

ما هو Tweet to Fart؟

Tweet to Fart هو إضافة Chrome تم تطويرها بواسطة explodedsoda، والميزة الرئيسية لها هي "Changes instances of the word "tweet" to the word "fart".".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tweet to Fart

قم بتنزيل ملفات الامتداد Tweet to Fart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Tweet to Fart Tweet to Fart
ID dkjldeffoaghpekpbfonicialkldonai
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai
الوصف Changes instances of the word "tweet" to the word "fart".
حجم الملف 39.75 KB
عدد التثبيتات 48
النسخة الحالية 1.1.0
آخر تحديث 2021-05-14
تاريخ النشر 2021-03-15
تقييم 5.00/5 مجموع تقييمات 1
المطور explodedsoda
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cash.app/$KyleAnne
عنوان صفحة المساعدة https://twitter.com/explodedsoda
اللغات المدعومة 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"
            ]
        }
    ]
}