Fat piece of fatty fat fat

This extension makes the news less depressing

Apa itu Fat piece of fatty fat fat?

Fat piece of fatty fat fat adalah ekstensi Chrome yang dikembangkan oleh trumpisafatty, dan fitur utamanya adalah "This extension makes the news less depressing".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fat piece of fatty fat fat

Unduh file ekstensi Fat piece of fatty fat fat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
URL Resmi https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Deskripsi This extension makes the news less depressing
Ukuran File 32.88 KB
Jumlah Instalasi 42
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2017-07-14
Tanggal Publikasi 2017-07-14
Penilaian 5.00/5 Total 6 Penilaian
Pengembang trumpisafatty
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}