Global Gram - Liker)

Instagram Liker Extension by Global Gram

Global Gram - Liker)란 무엇입니까?

Global Gram - Liker)은(는) Global Gram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instagram Liker Extension by Global Gram"입니다.

확장 프로그램 스크린샷

screenshot

Global Gram - Liker) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is the official Liker from Global Gram. Copy and paste your catch-up links and set a delay. Note that you have to be logged in on Instagram feed page for this to work.                    

확장 프로그램 기본 정보

이름 Global Gram - Liker) Global Gram - Liker)
ID ogedbmahehijcfllmicfjnpjkmcfobno
공식 URL https://chrome.google.com/webstore/detail/global-gram-liker/ogedbmahehijcfllmicfjnpjkmcfobno
설명 Instagram Liker Extension by Global Gram
파일 크기 481 KB
설치 횟수 91
현재 버전 3.3
최근 업데이트 2018-08-09
출시 날짜 2018-08-09
평점 2.25/5 총 4 개의 평점
개발자 Global Gram
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://globalgram.net
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "img\/128x128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "bootstrap.min.css"
            ],
            "js": [
                "jquery.js",
                "content-instagram.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*"
            ]
        }
    ],
    "description": "Instagram Liker Extension by Global Gram",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Global Gram - Liker)",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "*:\/\/www.instagram.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}