The Simpsons Theme for Facebook

Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension…

The Simpsons Theme for Facebook란 무엇입니까?

The Simpsons Theme for Facebook은(는) YaziTipi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension…"입니다.

확장 프로그램 스크린샷

screenshot

The Simpsons Theme for Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension will make your facebook stand out.

Download for free now!

** This theme is NOT affiliated with Facebook Inc. **                    

확장 프로그램 기본 정보

이름 The Simpsons Theme for Facebook The Simpsons Theme for Facebook
ID cgoojeepakfnibnbpnmbckpbdnbogkan
공식 URL https://chrome.google.com/webstore/detail/the-simpsons-theme-for-fa/cgoojeepakfnibnbpnmbckpbdnbogkan
설명 Get the unofficial The Simpsons theme for your Facebook. Complete with logos, color schemes and background images, this extension…
파일 크기 1.37 MB
설치 횟수 40
현재 버전 1.18
최근 업데이트 2018-05-01
출시 날짜 2018-04-27
개발자 YaziTipi.com
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Simpsons Theme for Facebook",
    "version": "1.18",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "header.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "1024.png",
        "1280.png",
        "1366.png",
        "1600.png",
        "1920.png",
        "logo.png",
        "icon.png",
        "icons\/fb1black.png",
        "icons\/fb2black.png",
        "icons\/fb3black.png",
        "icons\/fb4black.png",
        "icons\/fb5black.png",
        "icons\/fb1white.png",
        "icons\/fb2white.png",
        "icons\/fb3white.png",
        "icons\/fb4white.png",
        "icons\/fb5white.png"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}