Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Harambe क्या है?
Harambe rcobelli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make sure our Lord & Savior, Harambe, gets the recognition he deserves"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Harambe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lonpclkknojofcceoebdejjpegakhngo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo |
विवरण | Make sure our Lord & Savior, Harambe, gets the recognition he deserves |
फ़ाइल का आकार | 156 KB |
स्थापना संख्या | 160 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-08-18 |
प्रकाशन तिथि | 2016-08-18 |
रेटिंग | 2.71/5 कुल 48 रेटिंग्स |
डेवलपर | rcobelli |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe", "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ "cat.jpg" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |