Get Facebook Access Token
Quickly get Facebook Access Token.
Get Facebook Access Token란 무엇입니까?
Get Facebook Access Token은(는) AdsPower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly get Facebook Access Token."입니다.
확장 프로그램 스크린샷
Get Facebook Access Token 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Help get Facebook Access Token. The client sends data with a special Token to the server, and Facebook's interface request also verifies the client's request through such a token. 1. Install and open the plug-in 2. Visit Facebook advertising management or delivery related pages 3. Automatically obtain the Token data requested by the page without excessive operations 4. Summarize the currently logged-in advertising status
확장 프로그램 기본 정보
이름 | Get Facebook Access Token |
ID | coaoigakadjdinfmepjlhfiichelcjpn |
공식 URL | https://chromewebstore.google.com/detail/get-facebook-access-token/coaoigakadjdinfmepjlhfiichelcjpn |
설명 | Quickly get Facebook Access Token. |
파일 크기 | 25.8 KB |
설치 횟수 | 4,088 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-03-22 |
출시 날짜 | 2021-06-11 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | AdsPower |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.adspower.net/?code=cdyhqt&source=fct |
개인정보 보호 정책 페이지 URL | https://www.adspower.net |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0", "manifest_version": 3, "default_locale": "en", "short_name": "access-token", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "homepage_url": "https:\/\/www.adspower.net", "action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_ext_name__" }, "background": { "service_worker": "libs\/background.js" }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" } } |