Grin V2

More visibility for your Instagram bio.

Grin V2란 무엇입니까?

Grin V2은(는) http://grin.cabral.br.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More visibility for your Instagram bio."입니다.

확장 프로그램 스크린샷

screenshot

Grin V2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}