Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
O que é Harambe?
Harambe é uma extensão do Chrome desenvolvida por 2shobhitsriv6, e sua principal característica é "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
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
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.
Informações Básicas da Extensão
Nome | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
URL Oficial | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Descrição | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Tamanho do Arquivo | 85.67 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-09-06 |
Data de Publicação | 2016-09-06 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | 2shobhitsriv6 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |