That's enough internet for today

This extension will change every image on the internet into a kitten!

O que é That's enough internet for today?

That's enough internet for today é uma extensão do Chrome desenvolvida por skeys apps, e sua principal característica é "This extension will change every image on the internet into a kitten!".

Baixar o arquivo CRX da Extensão That's enough internet for today

Baixe arquivos de extensão That's enough internet for today 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

                        !!IMPORTANT!!
To remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it.
--End of important info--

This extension is a funny way to prank your friends, or even tell your kids to get off the computer. Its up to you what to do with it, but feel free to try it out and see what it does. (Make sure to read the above information before installing) It basically replaces all images on the web with a cat carrying her kitten away saying "That's enough internet for today"                    

Informações Básicas da Extensão

Nome That's enough internet for today That's enough internet for today
ID echdbhdbdjjlbmpnlnehladohehkjnjk
URL Oficial https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk
Descrição This extension will change every image on the internet into a kitten!
Tamanho do Arquivo 2.32 MB
Contagem de Instalações 27
Versão Atual 0.0.1
Última Atualização 2015-07-03
Data de Publicação 2015-07-03
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor skeys apps
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "That's enough internet for today",
    "short_name": "Enough Tnternet",
    "description": "This extension will change every image on the internet into a kitten!",
    "version": "0.0.1",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "assets\/icon_128.gif"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": "true"
    }
}