Tweet to Fart
Changes instances of the word "tweet" to the word "fart".
Hvad er Tweet to Fart?
Tweet to Fart er en Chrome-udvidelse udviklet af explodedsoda, og dens hovedfunktion er "Changes instances of the word "tweet" to the word "fart".".
Udvidelsesskærmbilleder
Download Tweet to Fart-udvidelses-CRX-fil
Download Tweet to Fart-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Changes instances of the word "tweet" to the word "fart".
Inspired by the incredible Cloud To Butt Plus extension Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dkjldeffoaghpekpbfonicialkldonai |
| Officiel URL | https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai |
| Beskrivelse | Changes instances of the word "tweet" to the word "fart". |
| Filstørrelse | 39.75 KB |
| Antal Installationer | 48 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2021-05-14 |
| Udgivelsesdato | 2021-03-15 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | explodedsoda |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://cash.app/$KyleAnne |
| Hjælpeside-URL | https://twitter.com/explodedsoda |
| Understøttede Sprog | 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"
]
}
]
} | |