VIP风暴
VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。
What is VIP风暴?
VIP风暴 is a Chrome extension developed by q735041553, and its main feature is "VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。".
Extension Screenshots
Download VIP风暴 Extension CRX File
Download VIP风暴 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
VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。
Extension Basic Information
Name | |
ID | ldcakcmlmipmjlnkfabhmljonaielblk |
Official URL | https://chrome.google.com/webstore/detail/vip%E9%A3%8E%E6%9A%B4/ldcakcmlmipmjlnkfabhmljonaielblk |
Description | VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。 |
File Size | 24.95 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2019-02-26 |
Publish Date | 2019-02-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | q735041553 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VIP\u98ce\u66b4", "version": "1.0", "description": "VIP\u8d44\u6e90\u6570\u636e\u5206\u4eab\u63d2\u4ef6\uff0c\u5728\u4e0d\u6cc4\u9732\u7528\u6237\u5bc6\u7801\u7684\u524d\u63d0\u4e0b\u5206\u4eab\u7528\u6237\u53ef\u8bbf\u95ee\u7684VIP\u8d44\u6e90\u3002", "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "background": { "scripts": [ "app.js" ], "persistent": true }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/*.ximalaya.com\/*" ] } |