Tweet to Fart
Changes instances of the word "tweet" to the word "fart".
What is Tweet to Fart?
Tweet to Fart is a Chrome extension developed by explodedsoda, and its main feature is "Changes instances of the word "tweet" to the word "fart".".
Extension Screenshots
Download Tweet to Fart Extension CRX File
Download Tweet to Fart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Changes instances of the word "tweet" to the word "fart". Inspired by the incredible Cloud To Butt Plus extension
Extension Basic Information
Name | Tweet to Fart |
ID | dkjldeffoaghpekpbfonicialkldonai |
Official URL | https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai |
Description | Changes instances of the word "tweet" to the word "fart". |
File Size | 39.75 KB |
Installation Count | 48 |
Current Version | 1.1.0 |
Last Updated | 2021-05-14 |
Publish Date | 2021-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | explodedsoda |
[email protected] | |
Payment Type | free |
Extension Website | https://cash.app/$KyleAnne |
Help Page URL | https://twitter.com/explodedsoda |
Supported Languages | 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" ] } ] } |