Trump Alternative Reality Extension
Replaces all the texts of a web page with genuine quotes from POTUS 45.
O que é Trump Alternative Reality Extension?
Trump Alternative Reality Extension é uma extensão do Chrome desenvolvida por http://www.deesnay.com/trumpifier, e sua principal característica é "Replaces all the texts of a web page with genuine quotes from POTUS 45.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trump Alternative Reality Extension
Baixe arquivos de extensão Trump Alternative Reality 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
This extension replaces the texts of a web page with quotes by the President of the United States, extracted from his tweets, interviews, speeches... The screenshots attached show actual websites as modified by the extension. Click the extension icon every time you want to trumpify a web page. Feel free to read the extension web page to learn more about the concept.
Informações Básicas da Extensão
Nome | |
ID | ddjphobcncclgopldpbbgpcfmpmdhbbj |
URL Oficial | https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj |
Descrição | Replaces all the texts of a web page with genuine quotes from POTUS 45. |
Tamanho do Arquivo | 449 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.2.1 |
Última Atualização | 2023-04-13 |
Data de Publicação | 2020-06-16 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | http://www.deesnay.com/trumpifier |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | http://www.deesnay.com/trumpifier/ |
URL da Página de Ajuda | http://www.deesnay.com/trumpifier/#qa |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Alternative Reality Extension", "short_name": "Trumpifier", "description": "Replaces all the texts of a web page with genuine quotes from POTUS 45.", "author": "Denis Rionnet", "version": "1.2.1", "permissions": [ "scripting", "activeTab" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon16.png", "default_title": "Trumpify current page" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |