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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tax 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" } ] } |