Tweet to Fart
Changes instances of the word "tweet" to the word "fart".
Cos'è Tweet to Fart?
Tweet to Fart è un'estensione di Chrome sviluppata da explodedsoda, e la sua funzione principale è "Changes instances of the word "tweet" to the word "fart".".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweet to Fart
Scarica i file di estensione Tweet to Fart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changes instances of the word "tweet" to the word "fart". Inspired by the incredible Cloud To Butt Plus extension
Informazioni di Base sull'Estensione
Nome | Tweet to Fart |
ID | dkjldeffoaghpekpbfonicialkldonai |
URL Ufficiale | https://chromewebstore.google.com/detail/tweet-to-fart/dkjldeffoaghpekpbfonicialkldonai |
Descrizione | Changes instances of the word "tweet" to the word "fart". |
Dimensione del File | 39.75 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-05-14 |
Data di Pubblicazione | 2021-03-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | explodedsoda |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cash.app/$KyleAnne |
URL della Pagina di Aiuto | https://twitter.com/explodedsoda |
Lingue Supportate | 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" ] } ] } |