Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Tax To Butt क्या है?
Tax To Butt zebraspots द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces occurrences of tax-related words with butt-related words."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tax To Butt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | 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" } ] } |