Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Wat is Tax To Butt?
Tax To Butt is een Chrome-extensie ontwikkeld door zebraspots, en de belangrijkste functie is "Replaces occurrences of tax-related words with butt-related words.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tax To Butt
Download Tax To Butt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Officiële URL | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Beschrijving | Replaces occurrences of tax-related words with butt-related words. |
| Bestandsgrootte | 16.72 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-01-16 |
| Publicatiedatum | 2015-01-15 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | zebraspots |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |