百度云直链
百度云分享链接直链下载
Wat is 百度云直链?
百度云直链 is een Chrome-extensie ontwikkeld door super_hooks, en de belangrijkste functie is "百度云分享链接直链下载".
Extensie Screenshots
Download het CRX-bestand van de extensie 百度云直链
Download 百度云直链-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
百度云分享 分享直链下载 目前仅支持同一文件夹下多选下载 Basisinformatie over de Extensie
| Naam | |
| ID | ojaihdhlcohdjjagclcklnnnanhjkbin |
| Officiële URL | https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E4%BA%91%E7%9B%B4%E9%93%BE/ojaihdhlcohdjjagclcklnnnanhjkbin |
| Beschrijving | 百度云分享链接直链下载 |
| Bestandsgrootte | 341 KB |
| Aantal Installaties | 1,539 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2021-02-23 |
| Publicatiedatum | 2021-02-04 |
| Beoordeling | 1.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | super_hooks |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u767e\u5ea6\u4e91\u76f4\u94fe",
"version": "0.0.2",
"manifest_version": 2,
"description": "\u767e\u5ea6\u4e91\u5206\u4eab\u94fe\u63a5\u76f4\u94fe\u4e0b\u8f7d",
"icons": {
"16": "app.png",
"48": "app.png",
"128": "app.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/pan.baidu.com\/",
"*:\/\/d.pcs.baidu.com\/file\/",
"*:\/\/*.baidupcs.com\/file\/"
],
"page_action": {
"default": "\u767e\u5ea6\u4e91\u76f4\u94fe\u63d2\u4ef6",
"default_popup": "index.html"
},
"web_accessible_resources": [
"static\/js\/network.js",
"static\/js\/hook.js",
"static\/js\/download.js"
],
"externally_connectable": {
"matches": [
"*:\/\/pan.baidu.com\/s\/*"
]
},
"background": {
"scripts": [
".\/static\/js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/pan.baidu.com\/s\/*"
],
"js": [
".\/static\/js\/insert.js"
],
"run_at": "document_end",
"css": [
".\/static\/css\/insert.css"
]
},
{
"matches": [
"*:\/\/pan.baidu.com\/s\/*"
],
"js": [
".\/static\/js\/insert_network.js"
],
"run_at": "document_start",
"css": []
}
]
} | |