Accurate Meat & Dairy Descriptions
Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
ما هو Accurate Meat & Dairy Descriptions؟
Accurate Meat & Dairy Descriptions هو إضافة Chrome تم تطويرها بواسطة https://jmcooper.net، والميزة الرئيسية لها هي "Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Accurate Meat & Dairy Descriptions
قم بتنزيل ملفات الامتداد Accurate Meat & Dairy Descriptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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")
معلومات أساسية عن التمديد
الاسم | |
ID | cjbahjeialnkeelkldjaaimdloclffje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje |
الوصف | Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow". |
حجم الملف | 9.47 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-08-12 |
تاريخ النشر | 2017-08-12 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://jmcooper.net |
نوع الدفع | free |
موقع الإضافة | https://jmcooper.net |
اللغات المدعومة | 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" } ] } |