Tweet to Fart
Changes instances of the word "tweet" to the word "fart".
Vad är Tweet to Fart?
Tweet to Fart är en Chrome-tillägg utvecklad av explodedsoda, och dess huvudfunktion är "Changes instances of the word "tweet" to the word "fart".".
Tilläggsskärmbilder
Ladda ner Tweet to Fart-förlängningens CRX-fil
Ladda ner Tweet to Fart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes instances of the word "tweet" to the word "fart".
Inspired by the incredible Cloud To Butt Plus extension Grundläggande Information om Tillägg
| Namn | |
| ID | dkjldeffoaghpekpbfonicialkldonai |
| Officiell webbadress | https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai |
| Beskrivning | Changes instances of the word "tweet" to the word "fart". |
| Filstorlek | 39.75 KB |
| Antal Installationer | 48 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2021-05-14 |
| Publiceringsdatum | 2021-03-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | explodedsoda |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://cash.app/$KyleAnne |
| Hjälpsida URL | https://twitter.com/explodedsoda |
| Stödda Språk | 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"
]
}
]
} | |