Themes for Instagram™

Cool instagram themes for every day. Use the black theme for instagram on your desktop.

Что такое Themes for Instagram™?

Themes for Instagram™ - это расширение Chrome, разработанное http://tarogram.dealood.com, и его основная функция - "Cool instagram themes for every day. Use the black theme for instagram on your desktop.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Themes for Instagram™

Скачайте файлы расширений Themes for Instagram™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Themes for Instagram™ Themes for Instagram™
ID lggbehgmjohdiakiipneijofldnbooep
Официальный URL https://chrome.google.com/webstore/detail/themes-for-instagram/lggbehgmjohdiakiipneijofldnbooep
Описание Cool instagram themes for every day. Use the black theme for instagram on your desktop.
Размер файла 267 KB
Количество установок 1,538
Текущая Версия 1.2.2
Последнее Обновление 2021-09-06
Дата публикации 2021-09-06
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://tarogram.dealood.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://tarogram.dealood.com/
URL страницы помощи http://tarogram.dealood.com/
URL страницы политики конфиденциальности http://www.justas.biz/privacypolicy.htm
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Have A Nice Day",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "32": "assets\/icons\/32.png",
            "64": "assets\/icons\/64.png"
        },
        "default_popup": "index.html",
        "default_title": "Themes for Instagram\u2122"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "*:\/\/*.instagram.com\/*",
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "Themes for Instagram\u2122",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "web_accessible_resources": [
        "theme\/*.*"
    ]
}