Universal Custom Player

Add universal custom player with the ability to download.

Universal Custom Playerคืออะไร?

Universal Custom Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mirgosoft.com และคุณลักษณะหลักของมันคือ "Add universal custom player with the ability to download."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Custom Player

ดาวน์โหลดไฟล์ส่วนขยาย Universal Custom Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Universal Custom Player provides playback and downloading video on most sites.
Easy to manage. It has flexible visual and working settings. Full and multifunctional control of the Player can be carried out with only one mouse.

For more information visit:
http://mirgosoft.com/addons/universal-custom-player/

Latest changes:
v 1.0.2.200: From now Player can always automatically loads into the current tab (parameter "Player Autoload" in addon's options).
v 1.0.1 - Fix: When addon first installed, Language of welcome's message and Player menu is now correctly displayed without restarting the browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Universal Custom Player Universal Custom Player
ID cjcchiclmcijedibjmcbgbollbnkmdog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/universal-custom-player/cjcchiclmcijedibjmcbgbollbnkmdog
คำอธิบาย Add universal custom player with the ability to download.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-07-21
วันที่เผยแพร่ 2019-06-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mirgosoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mirgosoft.com/addons/universal-custom-player/
URL หน้าช่วยเหลือ http://mirgosoft.com/help/?addon=universal-custom-player
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Custom Player",
    "version": "1.1",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/mirgosoft.com\/addons\/universal-custom-player\/",
    "author": "Vladymyr Myrhorodskyi",
    "icons": {
        "96": "icons\/main_icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts_content\/message_listener.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "shared\/scripts\/options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webNavigation",
        "storage",
        "downloads",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/button_icon_2-96.png",
        "default_title": "Universal Custom Player",
        "default_popup": "popup\/popup_menu.html"
    },
    "web_accessible_resources": [
        "shared\/img\/icon_adv_actions.png",
        "shared\/img\/icon_download.png",
        "shared\/img\/icon_button_highlighted.png",
        "shared\/img\/logo_white.png",
        "shared\/img\/logo_blue.png",
        "shared\/img\/player\/full_screen_button.png",
        "shared\/img\/player\/play_pause_icon_little.png",
        "shared\/img\/player\/play_pause_indicator_large.png",
        "shared\/img\/player\/resize_and_full_window_and_refresh_buttons.png",
        "shared\/scripts\/options.html",
        "shared\/scripts\/support_us.html",
        "shared\/scripts\/help.html",
        "shared\/scripts\/contacts.html",
        "shared\/scripts\/license.html",
        "shared\/scripts\/download.html"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0"
        }
    },
    "default_locale": "en"
}