GamemoddingCOM InstDownloader

GamemoddingCOM InstDownloader

什麼是GamemoddingCOM InstDownloader?

GamemoddingCOM InstDownloader是由Phil Roggenbuck開發的Chrome擴展程式,該擴展的主要功能是“GamemoddingCOM InstDownloader”。

擴展截圖

screenshot

下載GamemoddingCOM InstDownloader擴展crx文件

下載GamemoddingCOM InstDownloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}