NoWeidianSSO
Blocks SSO redirects on a certain chinese resellers!
What is NoWeidianSSO?
NoWeidianSSO is a Chrome extension developed by David G., and its main feature is "Blocks SSO redirects on a certain chinese resellers!".
Extension Screenshots
Download NoWeidianSSO Extension CRX File
Download NoWeidianSSO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | NoWeidianSSO |
ID | emahapoofkjkmjjjohihkkcmngfjffol |
Official URL | https://chromewebstore.google.com/detail/noweidiansso/emahapoofkjkmjjjohihkkcmngfjffol |
Description | Blocks SSO redirects on a certain chinese resellers! |
File Size | 13.58 KB |
Installation Count | 1,127 |
Current Version | 3.1.0 |
Last Updated | 2023-05-16 |
Publish Date | 2022-07-13 |
Rating | 2.00/5 Total 4 Ratings |
Developer | David G. |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |