Finmax Access

Finmax Access

Finmax Accessคืออะไร?

Finmax Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 360cmaximum และคุณลักษณะหลักของมันคือ "Finmax Access"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finmax Access

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}