Inspect and view changes in Facebook ADS Token Extractor by AdProfit source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Facebook ADS Token Extractor by AdProfit",
"version": "1.6",
"description": "Get access token without expiration period to control your ads with Facebook Graph API",
"permissions": [
"https://*.facebook.com/",
"activeTab"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
}