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ファイルをダウンロード
Get Facebook Access Token拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |