Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Wat is Trump Cookienator?
Trump Cookienator is een Chrome-extensie ontwikkeld door grace_inspace, en de belangrijkste functie is "This extension changes any Trump picture to picture of a cookie monster".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump Cookienator
Download Trump Cookienator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
Officiële URL | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
Beschrijving | This extension changes any Trump picture to picture of a cookie monster |
Bestandsgrootte | 3.14 MB |
Aantal Installaties | 60 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-10 |
Publicatiedatum | 2016-11-10 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | grace_inspace |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |