Wolf Session Pro
An effective extension to download session parameters.
什么是Wolf Session Pro?
Wolf Session Pro是由https://wolfgrowth.com开发的Chrome扩展程序,该扩展的主要功能是“An effective extension to download session parameters.”。
扩展截图
下载Wolf Session Pro扩展crx文件
下载Wolf Session Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Fast detection of session parameters.
- In-built session generation feature. 扩展基本信息
| 名称 | |
| ID | ghceccfoenhlbfmfmjgljfgcpifccmja |
| 官方URL | https://chromewebstore.google.com/detail/wolf-session-pro/ghceccfoenhlbfmfmjgljfgcpifccmja |
| 简介 | An effective extension to download session parameters. |
| 文件大小 | 102 KB |
| 安装次数 | 285 |
| 当前版本 | 1.9.2 |
| 更新时间 | 2022-06-07 |
| 上架时间 | 2021-06-01 |
| 开发者 | https://wolfgrowth.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://wolfgrowth.com |
| 帮助页面URL | https://help.wolfgrowth.com |
| 隐私政策页面URL | https://wolfgrowth.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.9.2",
"description": "__MSG_appDesc__",
"permissions": [
"tabs",
"cookies",
"downloads"
],
"host_permissions": [
"*:\/\/*.instagram.com\/"
],
"icons": {
"16": "images\/wolf_pro_16.png",
"32": "images\/wolf_pro_32.png",
"48": "images\/wolf_pro_48.png",
"128": "images\/wolf_pro_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/wolf_pro_16.png",
"32": "images\/wolf_pro_32.png",
"48": "images\/wolf_pro_48.png",
"128": "images\/wolf_pro_128.png"
}
},
"default_locale": "en",
"content_security_policy": {
"extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
},
"manifest_version": 3
} | |