My Social Media Custom Theme

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

什么是My Social Media Custom Theme?

My Social Media Custom Theme是由asad raza开发的Chrome扩展程序,该扩展的主要功能是“You can easily change facebook theme colors, heading and font colors, with easy GUI design.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载My Social Media Custom Theme扩展crx文件

下载My Social Media Custom Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 My Social Media Custom Theme My Social Media Custom Theme
ID aoplmgafblbhcgmbcgdjlgckefefmpbg
官方URL https://chromewebstore.google.com/detail/my-social-media-custom-th/aoplmgafblbhcgmbcgdjlgckefefmpbg
简介 You can easily change facebook theme colors, heading and font colors, with easy GUI design.
文件大小 385 KB
安装次数 3,888
当前版本 2.2
更新时间 2017-04-15
上架时间 2017-04-15
评分 4.16/5 共49次评分
开发者 asad raza
电子邮箱 [email protected]
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}