Trump Cookienator
This extension changes any Trump picture to picture of a cookie monster
什么是Trump Cookienator?
Trump Cookienator是由grace_inspace开发的Chrome扩展程序,该扩展的主要功能是“This extension changes any Trump picture to picture of a cookie monster”。
扩展截图
下载Trump Cookienator扩展crx文件
下载Trump Cookienator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | geeiikhnnfmllpdljeefgfgnamhlonmf |
官方URL | https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf |
简介 | This extension changes any Trump picture to picture of a cookie monster |
文件大小 | 3.14 MB |
安装次数 | 60 |
当前版本 | 1.0 |
更新时间 | 2016-11-10 |
上架时间 | 2016-11-10 |
评分 | 4.71/5 共7次评分 |
开发者 | grace_inspace |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } ] } |