just open it

再见👋!烦人的确认页

just open it là gì?

just open it là một tiện ích mở rộng Chrome được phát triển bởi elegantYU, và tính năng chính của nó là "再见👋!烦人的确认页".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng just open it

Tải xuống các tệp mở rộng just open it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên just open it just open it
ID mibogfohjjfppmobdajcjeobbfnobmfo
URL Chính Thức https://chromewebstore.google.com/detail/just-open-it/mibogfohjjfppmobdajcjeobbfnobmfo
Mô tả 再见👋!烦人的确认页
Kích Thước Tệp 66.66 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2021-03-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển elegantYU
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}