FB Phone
Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well
FB Phone란 무엇입니까?
FB Phone은(는) TelePro.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well"입니다.
확장 프로그램 스크린샷
FB Phone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for TelePro Team for finding phone number of a facebook's users and vice versa, finding facebook's user from a phone number. This extension can make call to a phone number as well
확장 프로그램 기본 정보
이름 | |
ID | iafeoiiblfbngiheegfcbjnkacblkojj |
공식 URL | https://chrome.google.com/webstore/detail/fb-phone/iafeoiiblfbngiheegfcbjnkacblkojj |
설명 | Find phone number of users on facebook or find users' facebook by phone number. Can make call to phone number as well |
파일 크기 | 85.44 KB |
설치 횟수 | 345 |
현재 버전 | 1.3.8 |
최근 업데이트 | 2022-01-06 |
출시 날짜 | 2020-06-25 |
개발자 | TelePro.me |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.8", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "128": "icons\/fb-phone-logo-128.png", "16": "icons\/fb-phone-logo-16.png", "32": "icons\/fb-phone-logo-32.png", "48": "icons\/fb-phone-logo-48.png" }, "permissions": [ "http:\/\/api.telepro.me\/", "declarativeContent", "contextMenus", "tabs", "storage" ], "web_accessible_resources": [ "assets\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.telepro.me\/*" ] }, "background": { "scripts": [ "libs\/jquery\/jquery.min.js", "constants\/message.js", "constants\/storage.js", "constants\/link.js", "src\/modules\/background\/js\/index.js" ] }, "page_action": { "default_icon": { "128": "icons\/fb-phone-logo-128.png", "16": "icons\/fb-phone-logo-16.png", "32": "icons\/fb-phone-logo-32.png", "48": "icons\/fb-phone-logo-48.png" }, "default_popup": "src\/modules\/popup\/html\/index.html" }, "content_scripts": [ { "js": [ "libs\/jquery\/jquery.min.js", "constants\/message.js", "src\/modules\/content\/js\/fb_inject.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] }, { "js": [ "libs\/jquery\/jquery.min.js", "constants\/message.js", "src\/modules\/content\/js\/class_target_inject.js" ], "matches": [ "*:\/\/*\/*" ] } ], "options_page": "src\/modules\/options\/html\/index.html" } |