Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
什麼是Harambe?
Harambe是由rcobelli開發的Chrome擴展程式,該擴展的主要功能是“Make sure our Lord & Savior, Harambe, gets the recognition he deserves”。
擴展截圖
下載Harambe擴展crx文件
下載Harambe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |