PoziTone module for YouTube embedded player

New features of YouTube embedded player: video info notifications, easy player control, watched video list.

什麼是PoziTone module for YouTube embedded player?

PoziTone module for YouTube embedded player是由https://pozitone.com開發的Chrome擴展程式,該擴展的主要功能是“New features of YouTube embedded player: video info notifications, easy player control, watched video list.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PoziTone module for YouTube embedded player擴展crx文件

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

擴展使用說明

                        Features
--------

- Control YouTube embedded player on any website using keyboard shortcuts or popup notifications.
- Keep list of recently played videos.
- Get notified when video changes.


Important
--------

This module is meant for YouTube embedded player only, it doesn't work on youtube.com itself.

Requires installation of PoziTone – https://chrome.google.com/webstore/detail/pozitone/bdglbogiolkffcmojmmkipgnpkfipijm


Privacy
--------

This extension does not read, change, store, or transmit any of your personal data (e.g., logins, passwords, messages, contacts) from any of the sites or your computer in absolutely any form.

Free open-source extension. Code available for your review at https://github.com/PoziWorld/YouTube-Embedded-Player-external-PoziTone-module

---

Built with PoziTone module SDK                    

擴展基本資訊

名稱 PoziTone module for YouTube embedded player PoziTone module for YouTube embedded player
ID bajalgkbfjloemafmkiheboebghhibbg
官方網址 https://chromewebstore.google.com/detail/pozitone-module-for-youtu/bajalgkbfjloemafmkiheboebghhibbg
簡介 New features of YouTube embedded player: video info notifications, easy player control, watched video list.
檔案大小 45.3 KB
安裝次數 31
目前版本 0.1.3
更新時間 2020-02-12
上架時間 2020-02-08
評分 5.00/5 共 3 次評分
開發者 https://pozitone.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://feedback.pozitone.com
隱私政策頁面URL https://pozi.world/privacy
支援的語言 en-US,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en_US",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.1.3",
    "short_name": "PTM youtube.com",
    "author": "PoziWorld",
    "homepage_url": "https:\/\/pozitone.com\/",
    "icons": {
        "16": "modules\/com_youtube\/img\/youtube-embed-pozitone-module-icon-16.png",
        "48": "modules\/com_youtube\/img\/youtube-embed-pozitone-module-icon-48.png",
        "128": "modules\/com_youtube\/img\/youtube-embed-pozitone-module-icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "global\/js\/polyfill-Object.assign.js",
                "global\/js\/bowser.js",
                "global\/js\/const.js",
                "global\/js\/utils.js",
                "global\/js\/pozitone-module-sdk.js",
                "modules\/com_youtube\/js\/page-watcher.js",
                "modules\/com_youtube\/js\/iframe_api.js",
                "modules\/com_youtube\/js\/www-widgetapi.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "global\/js\/bowser.js",
            "global\/js\/const.js",
            "global\/js\/utils.js",
            "global\/js\/background.js",
            "global\/js\/pozitone-module-sdk.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ]
}