NoWeidianSSO

Blocks SSO redirects on a certain chinese resellers!

Wat is NoWeidianSSO?

NoWeidianSSO is een Chrome-extensie ontwikkeld door David G., en de belangrijkste functie is "Blocks SSO redirects on a certain chinese resellers!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoWeidianSSO

Download NoWeidianSSO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam NoWeidianSSO NoWeidianSSO
ID emahapoofkjkmjjjohihkkcmngfjffol
Officiële URL https://chromewebstore.google.com/detail/noweidiansso/emahapoofkjkmjjjohihkkcmngfjffol
Beschrijving Blocks SSO redirects on a certain chinese resellers!
Bestandsgrootte 13.58 KB
Aantal Installaties 1,127
Huidige Versie 3.1.0
Laatst Bijgewerkt 2023-05-16
Publicatiedatum 2022-07-13
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar David G.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}