Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
Apa itu Accurate Meat & Dairy Descriptions?
Accurate Meat & Dairy Descriptions adalah ekstensi Chrome yang dikembangkan oleh https://jmcooper.net, dan fitur utamanya adalah "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Accurate Meat & Dairy Descriptions
Unduh file ekstensi Accurate Meat & Dairy Descriptions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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")
Informasi Dasar Ekstensi
Nama | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
URL Resmi | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
Deskripsi | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
Ukuran File | 9.47 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-08-12 |
Tanggal Publikasi | 2017-08-12 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | https://jmcooper.net |
Tipe Pembayaran | free |
Situs Ekstensi | https://jmcooper.net |
Bahasa yang Didukung | 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" } ] } |