Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

Co to jest Fix the Internet (with cats)?

Fix the Internet (with cats) to rozszerzenie Chrome opracowane przez Harold Martin, a jego główną funkcją jest „The internet has a problem: too many humans, not enough cats.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fix the Internet (with cats)

Pobierz pliki rozszerzeń Fix the Internet (with cats) 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

                        Now with theming options                    

Podstawowe informacje o rozszerzeniu

Nazwa Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Oficjalny URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Opis The internet has a problem: too many humans, not enough cats.
Rozmiar pliku 1.35 MB
Liczba instalacji 340
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2015-11-19
Data Publikacji 2015-11-19
Ocena 3.57/5 Łącznie 7 Oceny
Deweloper Harold Martin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}