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'est-ce que Pets Tab ?
Pets Tab est une extension Chrome développée par samihahislam, et sa fonction principale est "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Télécharger le fichier CRX de l'extension Pets Tab
Téléchargez les fichiers d'extension Pets Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Choose from cats, dogs, and birds.
Informations de Base sur l'Extension
Nom | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
URL Officiel | 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. |
Taille du Fichier | 144 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2018-04-17 |
Date de Publication | 2018-04-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | samihahislam |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |