PotPlayer YouTube Shortcut, Open Links

Quickly play or add a YouTube video (playlist), Twitch to PotPlayer using buttons on a page, also via context menu and middle-click

PotPlayer YouTube Shortcut, Open Linksคืออะไร?

PotPlayer YouTube Shortcut, Open Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelgeApps และคุณลักษณะหลักของมันคือ "Quickly play or add a YouTube video (playlist), Twitch to PotPlayer using buttons on a page, also via context menu and middle-click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PotPlayer YouTube Shortcut, Open Links

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

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

                        > HOW TO USE IT: You need to install the latest version of PotPlayer to get it working - https://potplayer.daum.net <

PotPlayer is a media player developed for Windows by South Korean Internet company Kakao (formerly Daum Communications). Player can play some video service links or any links if they are direct urls to some video.

To open a video link or playlist link in PotPlayer you can use the buttons on the site or you can use the menu items from the context menu (the right-click popup bar) on a link or on the actual video page.

You can also use mouse clicks on a link or a page to open it directly in the player. In order for that to work, you need to open the extension's preferences and enable the necessary features.

Optional features (disabled by default):
- auto-pause a video in Youtube player;
- pause Youtube player when Potplayer starts;
- play video using middle mouse click on youtube.com/watch* page;
- sync current video position (time) with PotPlayer;
- open a Youtube link in the player using middle mouse click on a link;
- «Open/Add link to player» in the context menu for any link, html5 video player

If it doesn't work for you or you have portable version of player then try to open the player's settings (key "F5"), then go to "Association" tab and check any association (e.g. ".mp4") and finally press Apply or OK button (after applying the settings you can uncheck previously checked association).

It's recommended to always update the player to the latest version of PotPlayer (get the latest version: https://potplayer.daum.net).

Twitch PotPlayer requirements: https://github.com/23rd/TwitchPotPlayer                    

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

ชื่อ PotPlayer YouTube Shortcut, Open Links PotPlayer YouTube Shortcut, Open Links
ID cfdpeaefecdlkdlgdpjjllmhlnckcodp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/potplayer-youtube-shortcu/cfdpeaefecdlkdlgdpjjllmhlnckcodp
คำอธิบาย Quickly play or add a YouTube video (playlist), Twitch to PotPlayer using buttons on a page, also via context menu and middle-click
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 38,581
เวอร์ชันปัจจุบัน 1.24
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2020-07-01
คะแนน 4.62/5 รวมทั้งหมด 269 คะแนน
ผู้พัฒนา HelgeApps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://helgeapps.github.io/Chrome-Extensions-Policy
ภาษาที่รองรับ en,ru,uk,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "depresjon",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "buttons.css"
            ],
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "32": "icon_32.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "autopause.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "short_name": "PP Youtube",
    "version": "1.24"
}