just open it

再见👋!烦人的确认页

just open itとは何ですか?

just open itはelegantYUによって開発されたChromeの拡張機能で、その主な機能は「再见👋!烦人的确认页」です。

拡張機能のスクリーンショット

screenshot

just open it拡張機能のCRXファイルをダウンロード

just open it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        摆脱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
Eメール [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'"
}