Trump Cookienator

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

What is Trump Cookienator?

Trump Cookienator is a Chrome extension developed by grace_inspace, and its main feature is "This extension changes any Trump picture to picture of a cookie monster".

Extension Screenshots

screenshot

Download Trump Cookienator Extension CRX File

Download Trump Cookienator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trump Cookienator Trump Cookienator
ID geeiikhnnfmllpdljeefgfgnamhlonmf
Official URL https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf
Description This extension changes any Trump picture to picture of a cookie monster
File Size 3.14 MB
Installation Count 60
Current Version 1.0
Last Updated 2016-11-10
Publish Date 2016-11-10
Rating 4.71/5 Total 7 Ratings
Developer grace_inspace
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}