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" ] } ] } |