Nice Trump

Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.

什么是Nice Trump?

Nice Trump是由GeneticJen开发的Chrome扩展程序,该扩展的主要功能是“Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.”。

扩展截图

screenshot

下载Nice Trump扩展crx文件

下载Nice Trump扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome Extension replaces the text in Donald Trump's tweets with nice and interesting facts to cheer you up or make you wonder about the world. If you're sick of people retweeting Trump into your timeline then you can just mute him, but this way you'll get periodic notices of nice things to make Twitter a more cheerful place.

This extension is designed to only affect Trump tweets in a timeline. If you click on a tweet's permalink you can see the original. This way you can check out a real Trump tweet if you need to without turning the extension on and off.

Made by @GeneticJen.                    

扩展基本信息

名称 Nice Trump Nice Trump
ID ceiplopfemplapjcokmmijhegmlcfkpg
官方URL https://chromewebstore.google.com/detail/nice-trump/ceiplopfemplapjcokmmijhegmlcfkpg
简介 Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.
文件大小 5.59 KB
安装次数 12
当前版本 0.1
更新时间 2017-04-08
上架时间 2017-04-08
评分 5.00/5 共2次评分
开发者 GeneticJen
付费类型 free
扩展官网 http://www.geneticjen.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice Trump",
    "description": "Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.",
    "version": "0.1",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}