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是由https://jmcooper.net開發的Chrome擴展程式,該擴展的主要功能是“Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".”。

擴展截圖

screenshot
screenshot
screenshot

下載Accurate Meat & Dairy Descriptions擴展crx文件

下載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
官方網址 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"
        }
    ]
}