Grin V2

More visibility for your Instagram bio.

What is Grin V2?

Grin V2 is a Chrome extension developed by http://grin.cabral.br.com, and its main feature is "More visibility for your Instagram bio.".

Extension Screenshots

screenshot

Download Grin V2 Extension CRX File

Download Grin V2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Grin V2 Grin V2
ID copaacobnkbcemmbnfbaffmnpjfoakfe
Official URL https://chrome.google.com/webstore/detail/grin-v2/copaacobnkbcemmbnfbaffmnpjfoakfe
Description More visibility for your Instagram bio.
File Size 147 KB
Installation Count 20
Current Version 2.4
Last Updated 2019-07-19
Publish Date 2019-07-19
Rating 3.00/5 Total 2 Ratings
Developer http://grin.cabral.br.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}