Autoplay Youtube Pro | Auto Replay on Youtube

Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.

什麼是Autoplay Youtube Pro | Auto Replay on Youtube?

Autoplay Youtube Pro | Auto Replay on Youtube是由Saxsos Inc開發的Chrome擴展程式,該擴展的主要功能是“Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.”。

擴展截圖

screenshot

下載Autoplay Youtube Pro | Auto Replay on Youtube擴展crx文件

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

擴展使用說明

                        Add Autoplay Youtube Pro on Chrome to add Auto Replay button on YouTube Videos.

Autoplay Youtube Pro for YouTube is easy to use and has a user friendly design. You can switch on/off the auto replay function, you can show/hide auto replay options and choose how many times to replay/loop a YouTube video. You can also select time period that you wish to auto replay/loop a YouTube video.  There is an easy to use interface being added to the YouTube video so you can create a loop of your choice. You can also bookmark your favourite YouTube videos and they will always be available for you to auto replay automatically.                    

擴展基本資訊

名稱 Autoplay Youtube Pro | Auto Replay on Youtube Autoplay Youtube Pro | Auto Replay on Youtube
ID lephefenadlikmnolbfohhemgeckbado
官方網址 https://chromewebstore.google.com/detail/autoplay-youtube-pro-auto/lephefenadlikmnolbfohhemgeckbado
簡介 Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.
檔案大小 167 KB
安裝次數 53
目前版本 1.0.1
更新時間 2021-03-04
上架時間 2021-03-03
評分 5.00/5 共 1 次評分
開發者 Saxsos Inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.saxsos.xyz/
說明頁面URL https://www.saxsos.xyz/p/contact-us.html
隱私政策頁面URL https://leadstal.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoplay Youtube Pro | Auto Replay on Youtube",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Add Autoplay Youtube Pro on Chrome to add Autoplay button on YouTube Videos.",
    "icons": {
        "18": "youtubereplay18.png",
        "24": "youtubereplay24.png",
        "48": "youtubereplay48.png",
        "64": "youtubereplay64.png",
        "128": "youtubereplay128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "content\/youtubeautoreplay.js",
                "content\/jquery.js"
            ],
            "css": [
                "content\/youtubeautoreplay.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "Autoplay Youtube Pro\u2122",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "18": "youtubereplay18.png",
            "24": "youtubereplay24.png",
            "48": "youtubereplay48.png",
            "64": "youtubereplay64.png",
            "128": "youtubereplay128.png"
        }
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/cdn.productanalytic.com; object-src 'self'",
    "background": {
        "scripts": [
            "content\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.youtu.be\/*"
    ]
}