Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Qu'est-ce que Tax To Butt ?
Tax To Butt est une extension Chrome développée par zebraspots, et sa fonction principale est "Replaces occurrences of tax-related words with butt-related words.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tax To Butt
Téléchargez les fichiers d'extension Tax To Butt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tax To Butt |
ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
URL Officiel | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
Description | Replaces occurrences of tax-related words with butt-related words. |
Taille du Fichier | 16.72 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-01-16 |
Date de Publication | 2015-01-15 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | zebraspots |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |