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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cool instagram themes for every day. Use the black theme for instagram on your desktop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Themes for Instagram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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\/*.*"
    ]
}