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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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")                    

확장 프로그램 기본 정보

이름 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"
        }
    ]
}