just open it

再见👋!烦人的确认页

just open itคืออะไร?

just open it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elegantYU และคุณลักษณะหลักของมันคือ "再见👋!烦人的确认页"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย just open it

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}