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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}