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.

What is Pets Tab?

Pets Tab is a Chrome extension developed by samihahislam, and its main feature is "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".

Download Pets Tab Extension CRX File

Download Pets Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Choose from cats, dogs, and birds.                    

Extension Basic Information

Name Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
Official URL https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
Description Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
File Size 144 KB
Installation Count 14
Current Version 1.1.6
Last Updated 2018-04-17
Publish Date 2018-04-17
Rating 5.00/5 Total 1 Ratings
Developer samihahislam
Payment Type free
Supported Languages 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'"
}