Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Vad är Tax To Butt?
Tax To Butt är en Chrome-tillägg utvecklad av zebraspots, och dess huvudfunktion är "Replaces occurrences of tax-related words with butt-related words.".
Tilläggsskärmbilder
Ladda ner Tax To Butt-förlängningens CRX-fil
Ladda ner Tax To Butt-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Beskrivning | Replaces occurrences of tax-related words with butt-related words. |
| Filstorlek | 16.72 KB |
| Antal Installationer | 29 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2015-01-16 |
| Publiceringsdatum | 2015-01-15 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | zebraspots |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |