That's enough internet for today

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

Co to jest That's enough internet for today?

That's enough internet for today to rozszerzenie Chrome opracowane przez skeys apps, a jego główną funkcją jest „This extension will change every image on the internet into a kitten!”.

Pobierz plik CRX rozszerzenia That's enough internet for today

Pobierz pliki rozszerzeń That's enough internet for today w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa That's enough internet for today That's enough internet for today
ID echdbhdbdjjlbmpnlnehladohehkjnjk
Oficjalny URL https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk
Opis This extension will change every image on the internet into a kitten!
Rozmiar pliku 2.32 MB
Liczba instalacji 27
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-07-03
Data Publikacji 2015-07-03
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper skeys apps
Typ Płatności free
Obsługiwane Języki 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"
    }
}