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.
¿Qué es Pets Tab?
Pets Tab es una extensión de Chrome desarrollada por samihahislam, y su función principal es "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Descargar Archivo CRX de la Extensión Pets Tab
Descarga archivos de extensión Pets Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Choose from cats, dogs, and birds.
Información Básica de la Extensión
Nombre | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
URL Oficial | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Descripción | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Tamaño del Archivo | 144 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.1.6 |
Última Actualización | 2018-04-17 |
Fecha de Publicación | 2018-04-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | samihahislam |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |