Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
ما هو Tax To Butt؟
Tax To Butt هو إضافة Chrome تم تطويرها بواسطة zebraspots، والميزة الرئيسية لها هي "Replaces occurrences of tax-related words with butt-related words.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tax To Butt
قم بتنزيل ملفات الامتداد Tax To Butt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| الوصف | Replaces occurrences of tax-related words with butt-related words. |
| حجم الملف | 16.72 KB |
| عدد التثبيتات | 29 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2015-01-16 |
| تاريخ النشر | 2015-01-15 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | zebraspots |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
]
} | |