Trump-Blocker

This extension replaces Trumps face with cats

Apa itu Trump-Blocker?

Trump-Blocker adalah ekstensi Chrome yang dikembangkan oleh epicurous, dan fitur utamanya adalah "This extension replaces Trumps face with cats".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trump-Blocker

Unduh file ekstensi Trump-Blocker 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

                        Replaces Trump's face with kittens from placekitten.com

Contribute here: https://github.com/ColinTheRobot/trump-blocker                    

Informasi Dasar Ekstensi

Nama Trump-Blocker Trump-Blocker
ID cieelbcbbngpkgenpdbligghjlgamlhl
URL Resmi https://chromewebstore.google.com/detail/trump-blocker/cieelbcbbngpkgenpdbligghjlgamlhl
Deskripsi This extension replaces Trumps face with cats
Ukuran File 7.71 KB
Jumlah Instalasi 52
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2017-05-02
Tanggal Publikasi 2017-05-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang epicurous
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump-Blocker",
    "description": "This extension replaces Trumps face with cats",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "info.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}