Finmax Access

Finmax Access

什么是Finmax Access?

Finmax Access是由360cmaximum开发的Chrome扩展程序,该扩展的主要功能是“Finmax Access”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Finmax Access扩展crx文件

下载Finmax Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension was created specifically so that users do not feel any restrictions while using the Internet.

Fast, secure and completely free service for Chrome. Provides reliable encryption of transmitted data, anonymity on the network and high speed of information exchange.

Simple and intuitive interface and only the necessary functionality - nothing more!
What users get:
1. Access to regional content
Safely open the sites you need, register, make payments - attackers will not see your real data
2. Access to all Internet resources
Surfing the Internet - now without limits!
3. Completely free to use the product.
Our task is to ensure a free and safe Internet experience, and the right to do this should be available to every user!                    

扩展基本信息

名称 Finmax Access Finmax Access
ID ckencloabofdfjgeppljnfkcjlcogejn
官方URL https://chrome.google.com/webstore/detail/finmax-access/ckencloabofdfjgeppljnfkcjlcogejn
简介 Finmax Access
文件大小 331 KB
安装次数 55
当前版本 0.1.0
更新时间 2020-09-24
上架时间 2020-09-22
评分 4.89/5 共36次评分
开发者 360cmaximum
电子邮箱 [email protected]
付费类型 free
扩展官网 http://finmaxfx.com/
帮助页面URL https://finmaxfx.com/about-us/contact-us
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/finmax.com\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/app\/16.png",
        "48": "icons\/app\/48.png",
        "128": "icons\/app\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/app\/19.png",
            "38": "icons\/app\/38.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}