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
官方網址 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'"
}