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"."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accurate Meat & Dairy Descriptions

ดาวน์โหลดไฟล์ส่วนขยาย Accurate Meat & Dairy Descriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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")                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Accurate Meat & Dairy Descriptions Accurate Meat & Dairy Descriptions
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"
        }
    ]
}