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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}