Access Token Extractor by ArPal

This extension extract access_token (access token) from Facebook Ads manager / Creative center pages.

What is Access Token Extractor by ArPal?

Access Token Extractor by ArPal is a Chrome extension developed by http://arpal.one, and its main feature is "This extension extract access_token (access token) from Facebook Ads manager / Creative center pages.".

Extension Screenshots

screenshot

Download Access Token Extractor by ArPal Extension CRX File

Download Access Token Extractor by ArPal 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

                        Extension for extracting access_token (Access Token) for Facebook account from Ads Manager. Use extracted token to control your ads in arpal.one.                    

Extension Basic Information

Name Access Token Extractor by ArPal Access Token Extractor by ArPal
ID ainlkhofahgnkhbojfllciedlakbhchd
Official URL https://chrome.google.com/webstore/detail/access-token-extractor-by/ainlkhofahgnkhbojfllciedlakbhchd
Description This extension extract access_token (access token) from Facebook Ads manager / Creative center pages.
File Size 14.35 KB
Installation Count 280
Current Version 1.4
Last Updated 2019-12-21
Publish Date 2019-12-21
Rating 2.33/5 Total 3 Ratings
Developer http://arpal.one
Email [email protected]
Payment Type free
Help Page URL https://arpal.one/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Access Token Extractor by ArPal",
    "description": "This extension extract access_token (access token) from Facebook Ads manager \/ Creative center pages.",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "1.4",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/business.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*"
            ],
            "js": [
                "getPagesSource.js",
                "popup.js"
            ]
        }
    ]
}