Fat piece of fatty fat fat

This extension makes the news less depressing

Co to jest Fat piece of fatty fat fat?

Fat piece of fatty fat fat to rozszerzenie Chrome opracowane przez trumpisafatty, a jego główną funkcją jest „This extension makes the news less depressing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fat piece of fatty fat fat

Pobierz pliki rozszerzeń Fat piece of fatty fat fat 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

                        This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

Podstawowe informacje o rozszerzeniu

Nazwa Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
Oficjalny URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Opis This extension makes the news less depressing
Rozmiar pliku 32.88 KB
Liczba instalacji 42
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2017-07-14
Data Publikacji 2017-07-14
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper trumpisafatty
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}