Get Facebook Access Token

Quickly get Facebook Access Token.

什么是Get Facebook Access Token?

Get Facebook Access Token是由AdsPower开发的Chrome扩展程序,该扩展的主要功能是“Quickly get Facebook Access Token.”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 Get Facebook Access Token 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"
    }
}