Get Facebook Access Token
Quickly get Facebook Access Token.
What is Get Facebook Access Token?
Get Facebook Access Token is a Chrome extension developed by AdsPower, and its main feature is "Quickly get Facebook Access Token.".
Extension Screenshots
Download Get Facebook Access Token Extension CRX File
Download Get Facebook Access Token extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Get Facebook Access Token |
ID | coaoigakadjdinfmepjlhfiichelcjpn |
Official URL | https://chromewebstore.google.com/detail/get-facebook-access-token/coaoigakadjdinfmepjlhfiichelcjpn |
Description | Quickly get Facebook Access Token. |
File Size | 25.8 KB |
Installation Count | 4,088 |
Current Version | 3.0.0 |
Last Updated | 2023-03-22 |
Publish Date | 2021-06-11 |
Rating | 4.20/5 Total 10 Ratings |
Developer | AdsPower |
[email protected] | |
Payment Type | free |
Extension Website | https://www.adspower.net/?code=cdyhqt&source=fct |
Privacy Policy Page URL | https://www.adspower.net |
Supported Languages | 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" } } |