Tweet to Fart

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

Tweet to Fart क्या है?

Tweet to Fart explodedsoda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes instances of the word "tweet" to the word "fart"."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweet to Fart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}