Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Customize Facebook Style란 무엇입니까?
Customize Facebook Style은(는) https://pbion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create an interesting experience and show your personal style by customizing Facebook color and background photo."입니다.
확장 프로그램 스크린샷
Customize Facebook Style 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool supports changing colors and background images of Facebook. The demo interface is available. Version 2.0.5: Highlight icons
확장 프로그램 기본 정보
이름 | Customize Facebook Style |
ID | mjfipghbahcmkabjkeflpcickedokppl |
공식 URL | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl |
설명 | Create an interesting experience and show your personal style by customizing Facebook color and background photo. |
파일 크기 | 1.04 MB |
설치 횟수 | 829 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2019-05-07 |
출시 날짜 | 2019-05-07 |
평점 | 4.41/5 총 51 개의 평점 |
개발자 | https://pbion.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fbion.com |
개인정보 보호 정책 페이지 URL | https://pbion.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/analytics.js", "js\/jquery.js", "js\/demo.js", "js\/background.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png", "64": "logo64.png" }, "manifest_version": 2, "name": "Customize Facebook Style", "permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.fbion.com\/*", "tabs", "storage" ], "short_name": "Customize Facebook Style", "version": "2.0.5", "version_name": "2.0.5" } |