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.
Was ist Pets Tab?
Pets Tab ist eine Chrome-Erweiterung, die von samihahislam entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Pets Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pets Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Choose from cats, dogs, and birds.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
Offizielle URL | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Beschreibung | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Dateigröße | 144 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.1.6 |
Letztes Update | 2018-04-17 |
Veröffentlichungsdatum | 2018-04-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | samihahislam |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |