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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}