Google Net Browse Helper

This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…

Google Net Browse Helperคืออะไร?

Google Net Browse Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nodessl.com และคุณลักษณะหลักของมันคือ "This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Net Browse Helper

ดาวน์โหลดไฟล์ส่วนขยาย Google Net Browse Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Offline installation Download Address:
https://github.com/nodelrd/google-net-browse-helper/releases                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Net Browse Helper Google Net Browse Helper
ID mjdehbkikkkcnogiikhankanhgjfgljl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-net-browse-helper/mjdehbkikkkcnogiikhankanhgjfgljl
คำอธิบาย This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…
ขนาดไฟล์ 3.75 MB
จำนวนการติดตั้ง 1,108
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-27
วันที่เผยแพร่ 2021-04-24
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://nodessl.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://nodessl.com
URL หน้านโยบายความเป็นส่วนตัว https://nodessl.com/posts/privacy_policy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/nodessl.com",
    "icons": {
        "16": "static\/logo\/16.png",
        "48": "static\/logo\/48.png",
        "128": "static\/logo\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "static\/logo\/128.png",
        "default_popup": "index.html#\/popup"
    },
    "options_page": "index.html#\/userinfo",
    "omnibox": {
        "keyword": "__MSG_name__"
    },
    "offline_enabled": false,
    "default_locale": "zh_CN",
    "permissions": [
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        ""
    ],
    "background": {
        "scripts": [
            "background\/menu.js"
        ],
        "persistent": true
    }
}