That's enough internet for today

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

Cos'è That's enough internet for today?

That's enough internet for today è un'estensione di Chrome sviluppata da skeys apps, e la sua funzione principale è "This extension will change every image on the internet into a kitten!".

Scarica il file CRX dell'estensione That's enough internet for today

Scarica i file di estensione That's enough internet for today in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        !!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"                    

Informazioni di Base sull'Estensione

Nome That's enough internet for today That's enough internet for today
ID echdbhdbdjjlbmpnlnehladohehkjnjk
URL Ufficiale https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk
Descrizione This extension will change every image on the internet into a kitten!
Dimensione del File 2.32 MB
Conteggio Installazioni 27
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore skeys apps
Tipo di Pagamento free
Lingue Supportate 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"
    }
}