Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Qu'est-ce que Trump Cookienator ?
Trump Cookienator est une extension Chrome développée par grace_inspace, et sa fonction principale est "This extension changes any Trump picture to picture of a cookie monster".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump Cookienator
Téléchargez les fichiers d'extension Trump Cookienator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
URL Officiel | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
Description | This extension changes any Trump picture to picture of a cookie monster |
Taille du Fichier | 3.14 MB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-10 |
Date de Publication | 2016-11-10 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | grace_inspace |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |