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.

Cos'è Pets Tab?

Pets Tab è un'estensione di Chrome sviluppata da samihahislam, e la sua funzione principale è "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".

Scarica il file CRX dell'estensione Pets Tab

Scarica i file di estensione Pets Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Choose from cats, dogs, and birds.                    

Informazioni di Base sull'Estensione

Nome Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
URL Ufficiale https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
Descrizione Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
Dimensione del File 144 KB
Conteggio Installazioni 14
Versione Corrente 1.1.6
Ultimo Aggiornamento 2018-04-17
Data di Pubblicazione 2018-04-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore samihahislam
Tipo di Pagamento free
Lingue Supportate 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'"
}