Themes for Facebook and Picture in Picture

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

Co je Themes for Facebook and Picture in Picture?

Themes for Facebook and Picture in Picture je rozšíření Chrome vyvinuté HTCom, a jeho hlavní funkcí je „Changes themes, dark themes for Facebook and Adds Picture in Picture mode“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Themes for Facebook and Picture in Picture

Stáhněte si soubory rozšíření Themes for Facebook and Picture in Picture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název Themes for Facebook and Picture in Picture Themes for Facebook and Picture in Picture
ID fofdlbgpcbmdniedpmghlmpeedanlcgo
Oficiální URL https://chromewebstore.google.com/detail/themes-for-facebook-and-p/fofdlbgpcbmdniedpmghlmpeedanlcgo
Popis Changes themes, dark themes for Facebook and Adds Picture in Picture mode
Velikost souboru 54.93 KB
Počet instalací 252
Aktuální Verze 1.0.1.4
Poslední Aktualizace 2021-03-10
Datum Vydání 2019-08-30
Hodnocení 3.83/5 Celkem 6 Hodnocení
Vývojář HTCom
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sites.google.com/view/crx/themes-for-facebook
URL Stránky Nápovědy https://sites.google.com/view/crx/themes-for-facebook
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/crx/privacypolicies
Podporované Jazyky 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'"
}