VIP风暴
VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。
Cos'è VIP风暴?
VIP风暴 è un'estensione di Chrome sviluppata da q735041553, e la sua funzione principale è "VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VIP风暴
Scarica i file di estensione VIP风暴 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ldcakcmlmipmjlnkfabhmljonaielblk |
| URL Ufficiale | https://chrome.google.com/webstore/detail/vip%E9%A3%8E%E6%9A%B4/ldcakcmlmipmjlnkfabhmljonaielblk |
| Descrizione | VIP资源数据分享插件,在不泄露用户密码的前提下分享用户可访问的VIP资源。 |
| Dimensione del File | 24.95 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-02-26 |
| Data di Pubblicazione | 2019-02-26 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | q735041553 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |