Trumpify
Make the internet great again.
什么是Trumpify?
Trumpify是由http://www.wouterplanet.com开发的Chrome扩展程序,该扩展的主要功能是“Make the internet great again.”。
扩展截图
下载Trumpify扩展crx文件
下载Trumpify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to Trumpify every website you visit with a single click on the button!
扩展基本信息
名称 | |
ID | hifpobgbooailknpjkhhffkclhihbefp |
官方URL | https://chrome.google.com/webstore/detail/trumpify/hifpobgbooailknpjkhhffkclhihbefp |
简介 | Make the internet great again. |
文件大小 | 97.96 KB |
安装次数 | 15 |
当前版本 | 1.0 |
更新时间 | 2017-01-25 |
上架时间 | 2017-01-25 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.wouterplanet.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trumpify", "description": "Make the internet great again.", "background": { "scripts": [ "background.js" ] }, "icons": { "36": "36.png", "48": "48.png", "144": "144.png" }, "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Trumpify This.", "default_icon": "icon.png" } } |