Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 30, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PocketOption - free BOT - IFXHOME Trader",
"description": "Fully automated Pocketoption (BinaryOption) trading robot including OTC",
"version": "1.2.7",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"32": "icons\/32.png",
"40": "icons\/40.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png",
"1024": "icons\/1024.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pocketoption.com\/*",
"*:\/\/*.po.trade\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"libs\/socket.js",
"libs\/socket.io.js",
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"activeTab",
"tabs"
]
}