Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
O que é Accurate Meat & Dairy Descriptions?
Accurate Meat & Dairy Descriptions é uma extensão do Chrome desenvolvida por https://jmcooper.net, e sua principal característica é "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Accurate Meat & Dairy Descriptions
Baixe arquivos de extensão Accurate Meat & Dairy Descriptions 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
AMDD is a silly chrome extension which replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". May be enlightening for people who still like to eat dead animals :D Select hardcore mode if you want the unvarnished truth. (e.g. "Dead Cow Baby That Cried Out For His Mother")
Informações Básicas da Extensão
Nome | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
URL Oficial | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
Descrição | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
Tamanho do Arquivo | 9.47 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.1 |
Última Atualização | 2017-08-12 |
Data de Publicação | 2017-08-12 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://jmcooper.net |
Tipo de Pagamento | free |
Site da Extensão | https://jmcooper.net |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accurate Meat & Dairy Descriptions", "description": "Replaces words relating to meat and dairy with more accurate descriptions - e.g. \"Veal\" becomes \"Dead Baby Cow\".", "options_page": "options.html", "short_name": "AMDD", "version": "1.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "icons": { "128": "AMDD-Logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |