Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Cos'è Tax To Butt?
Tax To Butt è un'estensione di Chrome sviluppata da zebraspots, e la sua funzione principale è "Replaces occurrences of tax-related words with butt-related words.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tax To Butt
Scarica i file di estensione Tax To Butt 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
Make tax time fun with this extension that replaces tax-related words with butt-related words!
Adapted from Cloud to Butt, located at https://github.com/panicsteve/cloud-to-butt, and with code to protect from XSS vulnerability from https://github.com/hank/cloud-to-butt. Informazioni di Base sull'Estensione
| Nome | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Descrizione | Replaces occurrences of tax-related words with butt-related words. |
| Dimensione del File | 16.72 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-01-16 |
| Data di Pubblicazione | 2015-01-15 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | zebraspots |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tax To Butt",
"version": "1.2",
"description": "Replaces occurrences of tax-related words with butt-related words.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |