Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
Hvad er Trump Cookienator?
Trump Cookienator er en Chrome-udvidelse udviklet af grace_inspace, og dens hovedfunktion er "This extension changes any Trump picture to picture of a cookie monster".
Udvidelsesskærmbilleder
Download Trump Cookienator-udvidelses-CRX-fil
Download Trump Cookienator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
Officiel URL | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
Beskrivelse | This extension changes any Trump picture to picture of a cookie monster |
Filstørrelse | 3.14 MB |
Antal Installationer | 60 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-11-10 |
Udgivelsesdato | 2016-11-10 |
Bedømmelse | 4.71/5 Samlet 7 Bedømmelser |
Udvikler | grace_inspace |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |