Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Cloud To Butt Plus क्या है?
Cloud To Butt Plus Hank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cloud To Butt Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
एक्सटेंशन की मूल जानकारी
नाम | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
आधिकारिक URL | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
विवरण | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
फ़ाइल का आकार | 3.34 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-07-24 |
प्रकाशन तिथि | 2014-07-23 |
रेटिंग | 4.82/5 कुल 799 रेटिंग्स |
डेवलपर | Hank |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |