Themes for Facebook and Picture in Picture

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

O que é Themes for Facebook and Picture in Picture?

Themes for Facebook and Picture in Picture é uma extensão do Chrome desenvolvida por HTCom, e sua principal característica é "Changes themes, dark themes for Facebook and Adds Picture in Picture mode".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Themes for Facebook and Picture in Picture

Baixe arquivos de extensão Themes for Facebook and Picture in Picture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 !                    

Informações Básicas da Extensão

Nome Themes for Facebook and Picture in Picture Themes for Facebook and Picture in Picture
ID fofdlbgpcbmdniedpmghlmpeedanlcgo
URL Oficial https://chromewebstore.google.com/detail/themes-for-facebook-and-p/fofdlbgpcbmdniedpmghlmpeedanlcgo
Descrição Changes themes, dark themes for Facebook and Adds Picture in Picture mode
Tamanho do Arquivo 54.93 KB
Contagem de Instalações 252
Versão Atual 1.0.1.4
Última Atualização 2021-03-10
Data de Publicação 2019-08-30
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor HTCom
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/crx/themes-for-facebook
URL da Página de Ajuda https://sites.google.com/view/crx/themes-for-facebook
URL da Página de Política de Privacidade https://sites.google.com/view/crx/privacypolicies
Idiomas Suportados 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'"
}