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
官方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"
            ]
        }
    ]
}