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
公式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
Eメール [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'"
}