Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
什么是Harambe?
Harambe是由2shobhitsriv6开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome extension that replaces references to divine entities with the word "Harambe"”。
扩展截图
下载Harambe扩展crx文件
下载Harambe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |