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.

O que é Pets Tab?

Pets Tab é uma extensão do Chrome desenvolvida por samihahislam, e sua principal característica é "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".

Baixar o arquivo CRX da Extensão Pets Tab

Baixe arquivos de extensão Pets Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Choose from cats, dogs, and birds.                    

Informações Básicas da Extensão

Nome Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
URL Oficial https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
Descrição Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
Tamanho do Arquivo 144 KB
Contagem de Instalações 14
Versão Atual 1.1.6
Última Atualização 2018-04-17
Data de Publicação 2018-04-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor samihahislam
Tipo de Pagamento free
Idiomas Suportados 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'"
}