My Social Media Custom Theme

You can easily change facebook theme colors, heading and font colors, with easy GUI design.

¿Qué es My Social Media Custom Theme?

My Social Media Custom Theme es una extensión de Chrome desarrollada por asad raza, y su función principal es "You can easily change facebook theme colors, heading and font colors, with easy GUI design.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión My Social Media Custom Theme

Descarga archivos de extensión My Social Media Custom Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Change the Text and background colors of Facebook in a single click.
Change the Facebook color scheme to anything you want.
Change Facebook to your favorite colors.
You can see live changes result on your Facebook.

Version 2.1
* Now Support multi languages
* Fix Bugs.

You can easily change Facebook theme colors, heading and font colors, with easy GUI design.

Tutorial:

1. Click on install/Add to Chrome on the upper right and confirm the installation.
2. Go to facebook and click on the yellow Facebook icon, at top right corner.
3. Activate the Fb Color Changer and choose your color.
4. Finish. Enjoy your "new" Facebook Colors.


Thank you.                    

Información Básica de la Extensión

Nombre My Social Media Custom Theme My Social Media Custom Theme
ID aoplmgafblbhcgmbcgdjlgckefefmpbg
URL Oficial https://chromewebstore.google.com/detail/my-social-media-custom-th/aoplmgafblbhcgmbcgdjlgckefefmpbg
Descripción You can easily change facebook theme colors, heading and font colors, with easy GUI design.
Tamaño del Archivo 385 KB
Cantidad de Instalaciones 3,888
Versión Actual 2.2
Última Actualización 2017-04-15
Fecha de Publicación 2017-04-15
Calificación 4.16/5 Total de 49 Calificaciones
Desarrollador asad raza
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados de,en,fil,fr,tr,da,es,fi,sv,hi,bn,gu,ar,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_shrtName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "2.2",
    "browser_action": {
        "default_icon": "icon_24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_128.png",
        "24": "icon_24.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "welcome\/index.html",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}