Grin V2

More visibility for your Instagram bio.

Grin V2 क्या है?

Grin V2 http://grin.cabral.br.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More visibility for your Instagram bio."।

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

screenshot

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

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

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

                        O Grin aumenta a visibilidade da sua conta do Instagram. Atráves dos mecanismos presentes nele, ele consegue atrair seguidores para sua conta e curtidas para suas postagens mais recentes.                    

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

नाम Grin V2 Grin V2
ID copaacobnkbcemmbnfbaffmnpjfoakfe
आधिकारिक URL https://chrome.google.com/webstore/detail/grin-v2/copaacobnkbcemmbnfbaffmnpjfoakfe
विवरण More visibility for your Instagram bio.
फ़ाइल का आकार 147 KB
स्थापना संख्या 20
वर्तमान संस्करण 2.4
अंतिम अपडेट 2019-07-19
प्रकाशन तिथि 2019-07-19
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर http://grin.cabral.br.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "grin",
    "version": "2.4",
    "description": "__MSG_slogan__",
    "default_locale": "en",
    "icons": {
        "16": "images\/0016.png",
        "32": "images\/0032.png",
        "64": "images\/0064.png",
        "128": "images\/0128.png",
        "256": "images\/0256.png",
        "512": "images\/0512.png",
        "1024": "images\/1024.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "*:\/\/www.instagram.com\/*",
        "*:\/\/grin.cabral.br.com\/*",
        "*:\/\/grin-dev.cabral.br.com\/*",
        "*:\/\/localhost\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.instagram.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/0016.png",
        "default_popup": "code\/popup.html"
    },
    "background": {
        "scripts": [
            "code\/cors.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "code\/script.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}