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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}