GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader란 무엇입니까?

GamemoddingCOM InstDownloader은(는) Phil Roggenbuck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GamemoddingCOM InstDownloader"입니다.

확장 프로그램 스크린샷

screenshot

GamemoddingCOM InstDownloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When you are tired of waiting 20 seconds for each mod download at gamemodding.com. This helps you. This extension downloads the files instant and even closes the download tab.                    

확장 프로그램 기본 정보

이름 GamemoddingCOM InstDownloader GamemoddingCOM InstDownloader
ID ilmgobcenicjicjnipfalfmhlaepindl
공식 URL https://chromewebstore.google.com/detail/gamemoddingcom-instdownlo/ilmgobcenicjicjnipfalfmhlaepindl
설명 GamemoddingCOM InstDownloader
파일 크기 36.05 KB
설치 횟수 14
현재 버전 1.0
최근 업데이트 2019-01-30
출시 날짜 2019-01-30
개발자 Phil Roggenbuck
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Phil Roggenbuck",
    "web_accessible_resources": [
        "inst.js"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/gamemodding.com\/en\/getmod*"
            ],
            "js": [
                "inst.js"
            ]
        }
    ],
    "description": "GamemoddingCOM InstDownloader",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "GamemoddingCOM InstDownloader",
    "short_name ": "GinstD",
    "version": "1.0"
}