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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}