Magnetar

加速访问谷歌网站

Magnetar란 무엇입니까?

Magnetar은(는) Magnetar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "加速访问谷歌网站"입니다.

확장 프로그램 스크린샷

screenshot

Magnetar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Magnetar Magnetar
ID aelfbedmomigndkbpbpplblbgeaaghnf
공식 URL https://chromewebstore.google.com/detail/magnetar/aelfbedmomigndkbpbpplblbgeaaghnf
설명 加速访问谷歌网站
파일 크기 777 KB
설치 횟수 2,310
현재 버전 5.3.0
최근 업데이트 2023-06-22
출시 날짜 2020-10-21
평점 4.75/5 총 8 개의 평점
개발자 Magnetar
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cixing.io
도움말 페이지 URL https://cixing.io
개인정보 보호 정책 페이지 URL https://cixing.io/privacyproducts
지원되는 언어 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"
        }
    ]
}