just open it

再见👋!烦人的确认页

just open it란 무엇입니까?

just open it은(는) elegantYU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "再见👋!烦人的确认页"입니다.

확장 프로그램 스크린샷

screenshot

just open it 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        摆脱csdn、知乎、qq邮箱等等等等的中间确认页面!任何链接,一键直达!

现已开源,还有其他网站需要中转确认页面的,欢迎提issue━(*`∀´*)ノ亻!

https://github.com/elegantYU/just-open-it                    

확장 프로그램 기본 정보

이름 just open it just open it
ID mibogfohjjfppmobdajcjeobbfnobmfo
공식 URL https://chromewebstore.google.com/detail/just-open-it/mibogfohjjfppmobdajcjeobbfnobmfo
설명 再见👋!烦人的确认页
파일 크기 66.66 KB
설치 횟수 207
현재 버전 1.1.2
최근 업데이트 2021-10-19
출시 날짜 2021-03-08
평점 4.67/5 총 3 개의 평점
개발자 elegantYU
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "56.0.0",
    "name": "just open it",
    "short_name": "just open it",
    "description": "\u518d\u89c1\ud83d\udc4b\uff01\u70e6\u4eba\u7684\u786e\u8ba4\u9875",
    "offline_enabled": true,
    "icons": {
        "128": "static\/icons\/icon.png"
    },
    "browser_action": {
        "default_icon": [],
        "default_popup": "index.html",
        "default_title": ""
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/vendors.js",
                ".\/static\/js\/injectScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "static\/js\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}