Make News Funny

Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/

O que é Make News Funny?

Make News Funny é uma extensão do Chrome desenvolvida por Vishwajeet Vatharkar, e sua principal característica é "Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Make News Funny

Baixe arquivos de extensão Make News Funny 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

                        Want to have some fun while reading good-old news?
Try this!
It replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/                    

Informações Básicas da Extensão

Nome Make News Funny Make News Funny
ID edcllekllfpikjpgklmlklkmmodbelid
URL Oficial https://chromewebstore.google.com/detail/make-news-funny/edcllekllfpikjpgklmlklkmmodbelid
Descrição Replaces text on websites to funnier versions. See http://xkcd.com/1288/ , http://xkcd.com/1625/ & https://xkcd.com/1679/
Tamanho do Arquivo 4.4 KB
Contagem de Instalações 15
Versão Atual 3.0
Última Atualização 2016-05-22
Data de Publicação 2016-05-22
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Vishwajeet Vatharkar
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/vishwajeetv/Make-News-Funny
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make News Funny",
    "version": "3.0",
    "description": "Replaces text on websites to funnier versions. See http:\/\/xkcd.com\/1288\/ , http:\/\/xkcd.com\/1625\/ & https:\/\/xkcd.com\/1679\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}