NoWeidianSSO

Blocks SSO redirects on a certain chinese resellers!

NoWeidianSSOคืออะไร?

NoWeidianSSO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David G. และคุณลักษณะหลักของมันคือ "Blocks SSO redirects on a certain chinese resellers!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย NoWeidianSSO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Google Extension prevents the automatic redirect to sso.weidian.com from weidian store item pages, when you are not logged in. Now includes similar blocking for Taobao.com and 1688.com login redirects!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NoWeidianSSO NoWeidianSSO
ID emahapoofkjkmjjjohihkkcmngfjffol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/noweidiansso/emahapoofkjkmjjjohihkkcmngfjffol
คำอธิบาย Blocks SSO redirects on a certain chinese resellers!
ขนาดไฟล์ 13.58 KB
จำนวนการติดตั้ง 1,127
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-05-16
วันที่เผยแพร่ 2022-07-13
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา David G.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoWeidianSSO",
    "description": "Blocks SSO redirects on a certain chinese resellers!",
    "version": "3.1.0",
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/weidian.com\/*",
        "https:\/\/taobao.com\/*",
        "https:\/\/www.taobao.com\/*",
        "https:\/\/m.taobao.com\/*",
        "https:\/\/1688.com\/*",
        "https:\/\/www.1688.com\/*",
        "https:\/\/m.1688.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}