DonaldTheDuck Browser Extension
This extension replaces all mentions and images of Donald Trump with Donald Duck
O que é DonaldTheDuck Browser Extension?
DonaldTheDuck Browser Extension é uma extensão do Chrome desenvolvida por dimitry, e sua principal característica é "This extension replaces all mentions and images of Donald Trump with Donald Duck".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DonaldTheDuck Browser Extension
Baixe arquivos de extensão DonaldTheDuck Browser Extension 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
Tired of all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.
Informações Básicas da Extensão
Nome | |
ID | hbaodmapbjfloappbhnnbclgiifhhpkc |
URL Oficial | https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc |
Descrição | This extension replaces all mentions and images of Donald Trump with Donald Duck |
Tamanho do Arquivo | 1.38 MB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2016-11-27 |
Data de Publicação | 2016-11-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | dimitry |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DonaldTheDuck Browser Extension", "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck", "version": "1.0", "icons": { "400": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [], "js": [ "assets\/mezr.min.js", "includes\/constants.js", "includes\/utils.js", "content.js" ] } ], "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ] } |