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 là gì?

Themes for Facebook and Picture in Picture là một tiện ích mở rộng Chrome được phát triển bởi HTCom, và tính năng chính của nó là "Changes themes, dark themes for Facebook and Adds Picture in Picture mode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Themes for Facebook and Picture in Picture

Tải xuống các tệp mở rộng Themes for Facebook and Picture in Picture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Themes for Facebook and Picture in Picture Themes for Facebook and Picture in Picture
ID fofdlbgpcbmdniedpmghlmpeedanlcgo
URL Chính Thức https://chromewebstore.google.com/detail/themes-for-facebook-and-p/fofdlbgpcbmdniedpmghlmpeedanlcgo
Mô tả Changes themes, dark themes for Facebook and Adds Picture in Picture mode
Kích Thước Tệp 54.93 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 1.0.1.4
Cập Nhật Lần Cuối 2021-03-10
Ngày Phát Hành 2019-08-30
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển HTCom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/crx/themes-for-facebook
URL Trang Trợ Giúp https://sites.google.com/view/crx/themes-for-facebook
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/crx/privacypolicies
Ngôn Ngữ Được Hỗ Trợ 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'"
}