DatPart [Extension]
DatPart extension.
什么是DatPart [Extension]?
DatPart [Extension]是由Hugh Isaacs II开发的Chrome扩展程序,该扩展的主要功能是“DatPart extension.”。
扩展截图
下载DatPart [Extension]扩展crx文件
下载DatPart [Extension]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lets you view Dat sites in Chrome.
Requires the DatPart App to work.
Get the app here for Windows:
https://github.com/HughIsaacs2/DatPart/releases 扩展基本信息
| 名称 | |
| ID | hnblaajbillhajijlbaepnjglfgepdgm |
| 官方URL | https://chromewebstore.google.com/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm |
| 简介 | DatPart extension. |
| 文件大小 | 119 KB |
| 安装次数 | 30 |
| 当前版本 | 0.0.20 alpha |
| 更新时间 | 2019-03-30 |
| 上架时间 | 2019-03-30 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Hugh Isaacs II |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/HughIsaacs2/DatPart/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DatPart [Extension]",
"short_name": "DatPart",
"description": "DatPart extension.",
"manifest_version": 2,
"version": "0.0.20",
"version_name": "0.0.20 alpha",
"permissions": [
"tabs",
"activeTab",
"webRequestBlocking",
"webRequest",
"webNavigation",
"proxy",
"http:\/\/127.0.0.1:9989\/*",
"http:\/\/127.0.0.1:9988\/*",
"http:\/\/localhost:9989\/",
"http:\/\/localhost:9988\/",
"*:\/\/*.dat_site\/*",
"*:\/\/*.torrent_site\/*",
"storage",
"nativeMessaging"
],
"optional_permissions": [
"tabs",
"notifications",
"background",
"http:\/\/localhost\/",
"https:\/\/*\/.well-known\/dat"
],
"externally_connectable": {
"ids": [
"pgdnnmekclkafnpfofleebhhnmolopgl"
]
},
"omnibox": {
"keyword": "DatPart"
},
"web_accessible_resources": [
"redirector.html",
"redirector_script.js"
],
"options_page": "options.html",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dat_site\/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"datsite.js"
]
}
],
"icons": {
"16": "logo_16.png",
"24": "logo.png",
"32": "logo.png",
"128": "logo_128.png"
},
"browser_action": {
"default_icon": {
"16": "logo_16.png",
"24": "logo.png",
"32": "logo.png",
"128": "logo_128.png"
},
"default_title": "DatPart",
"default_popup": "popup.html"
}
} | |