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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Pets Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}