Tweet to Fart

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

什麼是Tweet to Fart?

Tweet to Fart是由explodedsoda開發的Chrome擴展程式,該擴展的主要功能是“Changes instances of the word "tweet" to the word "fart".”。

擴展截圖

screenshot
screenshot

下載Tweet to Fart擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}