Pets Tab

Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.

ما هو Pets Tab؟

Pets Tab هو إضافة Chrome تم تطويرها بواسطة samihahislam، والميزة الرئيسية لها هي "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".

تحميل ملف CRX للإضافة Pets Tab

قم بتنزيل ملفات الامتداد Pets Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Choose from cats, dogs, and birds.                    

معلومات أساسية عن التمديد

الاسم Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
الوصف Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
حجم الملف 144 KB
عدد التثبيتات 14
النسخة الحالية 1.1.6
آخر تحديث 2018-04-17
تاريخ النشر 2018-04-17
تقييم 5.00/5 مجموع تقييمات 1
المطور samihahislam
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.6",
    "name": "Pets Tab",
    "description": "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.instagram.com\/*",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/instagramclient.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.instagram.com\/; object-src 'self'"
}