Get Facebook Access Token

Quickly get Facebook Access Token.

Cos'è Get Facebook Access Token?

Get Facebook Access Token è un'estensione di Chrome sviluppata da AdsPower, e la sua funzione principale è "Quickly get Facebook Access Token.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Get Facebook Access Token

Scarica i file di estensione Get Facebook Access Token in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Get Facebook Access Token Get Facebook Access Token
ID coaoigakadjdinfmepjlhfiichelcjpn
URL Ufficiale https://chromewebstore.google.com/detail/get-facebook-access-token/coaoigakadjdinfmepjlhfiichelcjpn
Descrizione Quickly get Facebook Access Token.
Dimensione del File 25.8 KB
Conteggio Installazioni 4,088
Versione Corrente 3.0.0
Ultimo Aggiornamento 2023-03-22
Data di Pubblicazione 2021-06-11
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore AdsPower
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.adspower.net/?code=cdyhqt&source=fct
URL della Pagina della Politica sulla Privacy https://www.adspower.net
Lingue Supportate 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"
    }
}