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 |
官方網址 | 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:\/\/*\/*" ] } ] } |