Trump Cookienator

This extension changes any Trump picture to picture of a cookie monster

Apa itu Trump Cookienator?

Trump Cookienator adalah ekstensi Chrome yang dikembangkan oleh grace_inspace, dan fitur utamanya adalah "This extension changes any Trump picture to picture of a cookie monster".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trump Cookienator

Unduh file ekstensi Trump Cookienator 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 extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.                    

Informasi Dasar Ekstensi

Nama Trump Cookienator Trump Cookienator
ID geeiikhnnfmllpdljeefgfgnamhlonmf
URL Resmi https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf
Deskripsi This extension changes any Trump picture to picture of a cookie monster
Ukuran File 3.14 MB
Jumlah Instalasi 60
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-10
Tanggal Publikasi 2016-11-10
Penilaian 4.71/5 Total 7 Penilaian
Pengembang grace_inspace
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Cookienator",
    "description": "This extension changes any Trump picture to picture of a cookie monster",
    "version": "1.0",
    "background": "background.html",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}