Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Harambe क्या है?
Harambe 2shobhitsriv6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome extension that replaces references to divine entities with the word "Harambe""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Harambe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace all references to religious deities on the page with the word "Harambe." Change the title of the page to "HARAMBE WAS HERE." Try it out: Install the extension and go to http://www.everystudent.com/features/isthere.html Press the gorilla on the top right corner.
एक्सटेंशन की मूल जानकारी
नाम | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
आधिकारिक URL | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
विवरण | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
फ़ाइल का आकार | 85.67 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-09-06 |
प्रकाशन तिथि | 2016-09-06 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | 2shobhitsriv6 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe", "version": "1.0.0", "description": "A simple Chrome extension that replaces references to divine entities with the word \"Harambe\"", "browser_action": { "default_title": "turn on Harambe" }, "icons": { "128": "Harambe.png" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ], "persistent:": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ] } ] } |