just open it

再见👋!烦人的确认页

just open it क्या है?

just open it elegantYU द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "再见👋!烦人的确认页"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में just open it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}