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文件

下載Themes for Facebook and Picture in Picture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}