Autoplay Shorts

Autoplays YouTube shorts video after end of video

Autoplay Shorts란 무엇입니까?

Autoplay Shorts은(는) ProtoCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoplays YouTube shorts video after end of video"입니다.

확장 프로그램 스크린샷

screenshot

Autoplay Shorts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you spend hours looking at shorts? Do you like press arrow down after each short? Then you have come to the right place, spend hours forgetting about work or studies!

How to use?
The extension will not start auto play until after the first short is skipped.
 1) Navigate to YouTube homepage
 2) Click on Shorts
 3) Move to next short
 4) Enjoy :)                    

확장 프로그램 기본 정보

이름 Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
공식 URL https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
설명 Autoplays YouTube shorts video after end of video
파일 크기 20.47 KB
설치 횟수 504
현재 버전 1.1.0
최근 업데이트 2023-04-20
출시 날짜 2022-11-27
평점 5.00/5 총 1 개의 평점
개발자 ProtoCode
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoplay Shorts",
    "description": "Autoplays YouTube shorts video after end of video",
    "homepage_url": "https:\/\/alexander-hornsby.uk\/",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/shorts\/*"
    ]
}