Themes for Facebook and Picture in Picture

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

Co to jest Themes for Facebook and Picture in Picture?

Themes for Facebook and Picture in Picture to rozszerzenie Chrome opracowane przez HTCom, a jego główną funkcją jest „Changes themes, dark themes for Facebook and Adds Picture in Picture mode”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Themes for Facebook and Picture in Picture

Pobierz pliki rozszerzeń Themes for Facebook and Picture in Picture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !                    

Podstawowe informacje o rozszerzeniu

Nazwa Themes for Facebook and Picture in Picture Themes for Facebook and Picture in Picture
ID fofdlbgpcbmdniedpmghlmpeedanlcgo
Oficjalny URL https://chromewebstore.google.com/detail/themes-for-facebook-and-p/fofdlbgpcbmdniedpmghlmpeedanlcgo
Opis Changes themes, dark themes for Facebook and Adds Picture in Picture mode
Rozmiar pliku 54.93 KB
Liczba instalacji 252
Aktualna Wersja 1.0.1.4
Ostatnia Aktualizacja 2021-03-10
Data Publikacji 2019-08-30
Ocena 3.83/5 Łącznie 6 Oceny
Deweloper HTCom
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/view/crx/themes-for-facebook
Adres URL Strony Pomocy https://sites.google.com/view/crx/themes-for-facebook
Adres URL Strony Polityki Prywatności https://sites.google.com/view/crx/privacypolicies
Obsługiwane Języki 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'"
}