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.
Что такое Pets Tab?
Pets Tab - это расширение Chrome, разработанное samihahislam, и его основная функция - "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Скачать файл CRX расширения Pets Tab
Скачайте файлы расширений Pets Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Choose from cats, dogs, and birds.
Основная информация о расширении
Название | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
Официальный URL | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Описание | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Размер файла | 144 KB |
Количество установок | 14 |
Текущая Версия | 1.1.6 |
Последнее Обновление | 2018-04-17 |
Дата публикации | 2018-04-17 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | samihahislam |
Тип оплаты | free |
Поддерживаемые языки | 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'" } |