Fix the Internet (with cats)

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

Τι είναι το Fix the Internet (with cats);

Το Fix the Internet (with cats) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Harold Martin, και η κύρια λειτουργία του είναι "The internet has a problem: too many humans, not enough cats.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fix the Internet (with cats)

Λήψη αρχείων επέκτασης Fix the Internet (with cats) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Now with theming options                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
Επίσημο URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Περιγραφή The internet has a problem: too many humans, not enough cats.
Μέγεθος Αρχείου 1.35 MB
Αριθμός Εγκαταστάσεων 340
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2015-11-19
Ημερομηνία Δημοσίευσης 2015-11-19
Αξιολόγηση 3.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Harold Martin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}