Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Anonymous to 15 year old kid क्या है?
Anonymous to 15 year old kid amonije द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'anonymous' by '15 year old kid'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anonymous to 15 year old kid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
विवरण | Replaces the text 'anonymous' by '15 year old kid'. |
फ़ाइल का आकार | 3.66 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-11-30 |
प्रकाशन तिथि | 2015-11-30 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | amonije |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |