Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
O que é Harambe?
Harambe é uma extensão do Chrome desenvolvida por rcobelli, e sua principal característica é "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Harambe
Baixe arquivos de extensão Harambe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lonpclkknojofcceoebdejjpegakhngo |
URL Oficial | https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo |
Descrição | Make sure our Lord & Savior, Harambe, gets the recognition he deserves |
Tamanho do Arquivo | 156 KB |
Contagem de Instalações | 160 |
Versão Atual | 1.0 |
Última Atualização | 2016-08-18 |
Data de Publicação | 2016-08-18 |
Classificação | 2.71/5 Total de 48 Avaliações |
Desenvolvedor | rcobelli |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |