TDFB
Add new tools to your favorite social media site.
TDFB란 무엇입니까?
TDFB은(는) https://www.messengerhow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new tools to your favorite social media site."입니다.
확장 프로그램 스크린샷
TDFB 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New tools for the biggest social media website. The extension does not collect any personal information, but requires access to your tabs and facebook.com. All product names, logos, and brands are property of their respective owners. Facebook doesn't endorse or sponsor this extension.
확장 프로그램 기본 정보
이름 | TDFB |
ID | pffbbpegcmjjkgkefanlcbklhgkmlfoj |
공식 URL | https://chromewebstore.google.com/detail/tdfb/pffbbpegcmjjkgkefanlcbklhgkmlfoj |
설명 | Add new tools to your favorite social media site. |
파일 크기 | 91.49 KB |
설치 횟수 | 3,107 |
현재 버전 | 2.44 |
최근 업데이트 | 2019-01-24 |
출시 날짜 | 2019-01-24 |
평점 | 4.33/5 총 1204 개의 평점 |
개발자 | https://www.messengerhow.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=link |
도움말 페이지 URL | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq |
개인정보 보호 정책 페이지 URL | http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "__MSG_application_shortname__", "description": "__MSG_application_description__", "default_locale": "en", "version": "2.44", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_title": "New Tools and Design", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/en_US\/sdk.js https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.net\/*", "notifications", "storage", "contextMenus" ], "web_accessible_resources": [ "img\/*.png" ], "options_page": "settings.html" } |