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.
Co to jest Pets Tab?
Pets Tab to rozszerzenie Chrome opracowane przez samihahislam, a jego główną funkcją jest „Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.”.
Pobierz plik CRX rozszerzenia Pets Tab
Pobierz pliki rozszerzeń Pets Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Choose from cats, dogs, and birds.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
Oficjalny URL | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Opis | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Rozmiar pliku | 144 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.1.6 |
Ostatnia Aktualizacja | 2018-04-17 |
Data Publikacji | 2018-04-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | samihahislam |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |