Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
Vad är Accurate Meat & Dairy Descriptions?
Accurate Meat & Dairy Descriptions är en Chrome-tillägg utvecklad av https://jmcooper.net, och dess huvudfunktion är "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
Tilläggsskärmbilder
Ladda ner Accurate Meat & Dairy Descriptions-förlängningens CRX-fil
Ladda ner Accurate Meat & Dairy Descriptions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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")
Grundläggande Information om Tillägg
Namn | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
Officiell webbadress | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
Beskrivning | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
Filstorlek | 9.47 KB |
Antal Installationer | 20 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-08-12 |
Publiceringsdatum | 2017-08-12 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://jmcooper.net |
Betalningssätt | free |
Tilläggswebbplats | https://jmcooper.net |
Stödda Språk | 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" } ] } |