Themes for Instagram™

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

什么是Themes for Instagram™?

Themes for Instagram™是由http://tarogram.dealood.com开发的Chrome扩展程序,该扩展的主要功能是“Cool instagram themes for every day. Use the black theme for instagram on your desktop.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Themes for Instagram™扩展crx文件

下载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\/*.*"
    ]
}