Magnetar

加速访问谷歌网站

What is Magnetar?

Magnetar is a Chrome extension developed by Magnetar, and its main feature is "加速访问谷歌网站".

Extension Screenshots

screenshot

Download Magnetar Extension CRX File

Download Magnetar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        提供给Magnetar用户的免费代理节点工具,用于加速访问谷歌和github站点。                    

Extension Basic Information

Name Magnetar Magnetar
ID aelfbedmomigndkbpbpplblbgeaaghnf
Official URL https://chromewebstore.google.com/detail/magnetar/aelfbedmomigndkbpbpplblbgeaaghnf
Description 加速访问谷歌网站
File Size 777 KB
Installation Count 2,310
Current Version 5.3.0
Last Updated 2023-06-22
Publish Date 2020-10-21
Rating 4.75/5 Total 8 Ratings
Developer Magnetar
Email [email protected]
Payment Type free
Extension Website https://cixing.io
Help Page URL https://cixing.io
Privacy Policy Page URL https://cixing.io/privacyproducts
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magnetar",
    "description": "\u52a0\u901f\u8bbf\u95ee\u8c37\u6b4c\u7f51\u7ad9",
    "version": "5.3.0",
    "author": "\u665a\u661f",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "omnibox": {
        "keyword": "q"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "index.html",
        "default_title": "Magnetar"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "magnetar_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}