add deturl script
add deturl script
什么是add deturl script?
add deturl script是由shraga开发的Chrome扩展程序,该扩展的主要功能是“add deturl script”。
扩展截图
下载add deturl script扩展crx文件
下载add deturl script扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
add deturl script 扩展基本信息
| 名称 | |
| ID | omgpfooknekkhniejgmnomiebopfboid |
| 官方URL | https://chrome.google.com/webstore/detail/add-deturl-script/omgpfooknekkhniejgmnomiebopfboid |
| 简介 | add deturl script |
| 文件大小 | 23.61 KB |
| 安装次数 | 164 |
| 当前版本 | 0.1 |
| 更新时间 | 2019-08-16 |
| 上架时间 | 2019-08-16 |
| 开发者 | shraga |
| 付费类型 | free |
| 支持的语言 | |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "add deturl script",
"version": "0.1",
"description": "add deturl script",
"manifest_version": 2,
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end",
"js": [
"script.js"
]
}
],
"permissions": [
"https:\/\/www.youtube.com\/*"
],
"web_accessible_resources": [
"vimeo-blocker.js"
]
} | |