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.

Vad är Pets Tab?

Pets Tab är en Chrome-tillägg utvecklad av samihahislam, och dess huvudfunktion är "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".

Ladda ner Pets Tab-förlängningens CRX-fil

Ladda ner Pets Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Choose from cats, dogs, and birds.                    

Grundläggande Information om Tillägg

Namn Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
Officiell webbadress https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
Beskrivning Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
Filstorlek 144 KB
Antal Installationer 14
Aktuell Version 1.1.6
Senast Uppdaterad 2018-04-17
Publiceringsdatum 2018-04-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare samihahislam
Betalningssätt free
Stödda Språk 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'"
}