Nice Trump

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

O que é Nice Trump?

Nice Trump é uma extensão do Chrome desenvolvida por GeneticJen, e sua principal característica é "Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nice Trump

Baixe arquivos de extensão Nice Trump no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nice Trump Nice Trump
ID ceiplopfemplapjcokmmijhegmlcfkpg
URL Oficial https://chromewebstore.google.com/detail/nice-trump/ceiplopfemplapjcokmmijhegmlcfkpg
Descrição Make Donald Trump nice and interesting. Instead of muting his tweets, you can learn cute facts about the world. Made by @GeneticJen.
Tamanho do Arquivo 5.59 KB
Contagem de Instalações 12
Versão Atual 0.1
Última Atualização 2017-04-08
Data de Publicação 2017-04-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor GeneticJen
Tipo de Pagamento free
Site da Extensão http://www.geneticjen.com
Idiomas Suportados 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"
            ]
        }
    ]
}