Themes for Facebook and Picture in Picture

Changes themes, dark themes for Facebook and Adds Picture in Picture mode

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

Themes for Facebook and Picture in Picture은(는) HTCom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes themes, dark themes for Facebook and Adds Picture in Picture mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features:
- Change the Facebook theme. 
- You also can create new theme for Facebook. 
- There are a lot of themes, including dark theme. 
- Enable Picture in Picture on all sites when you are watching video.

How to use:
- Open Facebook™.
- Open the option page.
- Choose a theme to apply for Facebook.

--------
Hope you enjoy it !                    

확장 프로그램 기본 정보

이름 Themes for Facebook and Picture in Picture Themes for Facebook and Picture in Picture
ID fofdlbgpcbmdniedpmghlmpeedanlcgo
공식 URL https://chromewebstore.google.com/detail/themes-for-facebook-and-p/fofdlbgpcbmdniedpmghlmpeedanlcgo
설명 Changes themes, dark themes for Facebook and Adds Picture in Picture mode
파일 크기 54.93 KB
설치 횟수 252
현재 버전 1.0.1.4
최근 업데이트 2021-03-10
출시 날짜 2019-08-30
평점 3.83/5 총 6 개의 평점
개발자 HTCom
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/crx/themes-for-facebook
도움말 페이지 URL https://sites.google.com/view/crx/themes-for-facebook
개인정보 보호 정책 페이지 URL https://sites.google.com/view/crx/privacypolicies
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "1.0.1.4",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_default_title__"
    },
    "background": {
        "page": "bgr.html",
        "persistent": false
    },
    "options_page": "option.html",
    "options_ui": {
        "chrome_style": true,
        "page": "option.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "global.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pip.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}