Themes for YouTube™ and Picture in Picture

Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites

Themes for YouTube™ and Picture in Picture란 무엇입니까?

Themes for YouTube™ and Picture in Picture은(는) maria.pedraza3000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Themes for YouTube™ and Picture in Picture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Change the theme of YouTube™ with multiple themes and dark mode themes. You also can make new theme for YouTube™ with our online theme creator. Otherwise, you can press F9 to play video in the Picture and Picture mode on all sites.


HOW TO USE:
1. Click on the extension icon to turn on/off the theme.
2. How to change the theme:
+ Right click on extension icon.
+ Click on Options.
+ Select the theme you want to apply.
3. Play video in the PinP mode: press F9 (on all site that you are playing video)

Advanced features: On the option page, you can remove black bars around video, hide the scrollbar, etc.                    

확장 프로그램 기본 정보

이름 Themes for YouTube™ and Picture in Picture Themes for YouTube™ and Picture in Picture
ID deljjimclpnhngmikaiiodgggdniaooh
공식 URL https://chromewebstore.google.com/detail/themes-for-youtube-and-pi/deljjimclpnhngmikaiiodgggdniaooh
설명 Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites
파일 크기 353 KB
설치 횟수 20,000
현재 버전 2.2.6
최근 업데이트 2022-11-08
출시 날짜 2020-07-03
평점 4.34/5 총 480 개의 평점
개발자 maria.pedraza3000
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/crx/youtube-dark-mode
도움말 페이지 URL https://sites.google.com/view/crx/youtube-dark-mode
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "2.2.6",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "48.png",
        "default_title": "__MSG_default_title__"
    },
    "background": {
        "page": "bgr.html"
    },
    "options_page": "option.html",
    "options_ui": {
        "chrome_style": true,
        "page": "option.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "global.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pip.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "16": "16.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}