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".」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |