Good Download Manager
Good Download Manager integration with browser
Good Download Managerคืออะไร?
Good Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Good Download Manager.COM และคุณลักษณะหลักของมันคือ "Good Download Manager integration with browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Good Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Good Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's an official Google Chrome extension by Good Download Manager developers. The sole purpose of this extension is integration with Good Download Manager. GDM is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. Note: Requires GDM to be installed to work properly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjncakdoiioilicioliaieidpldkneao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bjncakdoiioilicioliaieidpldkneao |
คำอธิบาย | Good Download Manager integration with browser |
ขนาดไฟล์ | 305 KB |
จำนวนการติดตั้ง | 723 |
เวอร์ชันปัจจุบัน | 3.0.52 |
อัปเดตครั้งล่าสุด | 2021-01-27 |
วันที่เผยแพร่ | 2020-09-03 |
ผู้พัฒนา | Good Download Manager.COM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gooddownloadmanager.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "GoodDownloadManager.COM", "manifest_version": 2, "minimum_chrome_version": "32", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "3.0.52", "homepage_url": "https:\/\/www.gooddownloadmanager.com", "browser_action": { "default_title": "Good Download Manager extension", "default_popup": "settings.html", "default_icon": "fdm16.png" }, "icons": { "16": "fdm16.png", "48": "fdm48.png", "128": "fdm128.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*\/*", "downloads", "nativeMessaging", "contextMenus", "activeTab", "storage", "history", "tabs", "notifications" ], "background": { "scripts": [ "webextension.js", "utils.js", "misc.js", "RequestsManager.js", "cookiemgr.js", "fdmbhtasks.js", "nativehostmgr.js", "fdmbhutils.js", "contextmenumgr.js", "fdmcontextmenumgr.js", "dldsinterceptmgr.js", "fdmdldsinterceptmgr.js", "netwrkmon.js", "fdmnetwrkmon.js", "settingsbghlpr.js", "tabsmanager.js", "installationmgr.js", "fdmscheme.js", "fdmextension.js", "main.js" ], "persistent": true }, "content_scripts": [ { "js": [ "webextension.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "fdmschemecatch.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "contextmenuhlpr.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "youtubeutils.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.gooddownloadmanager.com\/*" ] } } |