Accurate Meat & Dairy Descriptions

Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".

Co to jest Accurate Meat & Dairy Descriptions?

Accurate Meat & Dairy Descriptions to rozszerzenie Chrome opracowane przez https://jmcooper.net, a jego główną funkcją jest „Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Accurate Meat & Dairy Descriptions

Pobierz pliki rozszerzeń Accurate Meat & Dairy Descriptions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Accurate Meat & Dairy Descriptions Accurate Meat & Dairy Descriptions
ID cjbahjeialnkeelkldjaaimdloclffje
Oficjalny URL https://chromewebstore.google.com/detail/accurate-meat-dairy-descr/cjbahjeialnkeelkldjaaimdloclffje
Opis Replaces words relating to meat and dairy with more accurate descriptions - e.g. "Veal" becomes "Dead Baby Cow".
Rozmiar pliku 9.47 KB
Liczba instalacji 20
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-08-12
Data Publikacji 2017-08-12
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://jmcooper.net
Typ Płatności free
Strona Rozszerzenia https://jmcooper.net
Obsługiwane Języki 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"
        }
    ]
}