Link
Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas
什么是Link?
Link是由https://botappen.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas”。
扩展截图
下载Link扩展crx文件
下载Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensión que permite tomar los link de los diferentes elementos web como lo son Imagenes, Botones, Cajas, Enlaces, ademas de eso realiza la función Click-Derecho para ahorrar tiempo al momento de realizar una tarea, ademas de enviarte notificaciones en linea con el link de acceso
Puedes encontrarnos den nuestro grupo de Discord: https://discord.gg/JYX7Dvh
o en nuestro blog: https://botappen.blogspot.com/ 扩展基本信息
| 名称 | |
| ID | amklemkdaelnkicpifgfappckkkihgla |
| 官方URL | https://chromewebstore.google.com/detail/link/amklemkdaelnkicpifgfappckkkihgla |
| 简介 | Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas |
| 文件大小 | 417 KB |
| 安装次数 | 208 |
| 当前版本 | 3.8.8 |
| 更新时间 | 2022-08-09 |
| 上架时间 | 2021-04-03 |
| 评分 | 4.92/5 共13次评分 |
| 开发者 | https://botappen.blogspot.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | es |
| manifest.json | |
{
"description": "Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas",
"version": "3.8.8",
"name": "Link",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8PTHymuAlSOuWxA2LKittMtHD45vw1DPUOqyRDy30uufM2hshu08lKUf1b2JY0ZdDlYHSfCr5AAubsbK3YSfrcfn6\/giOrb16Hw46vgpkr5bD+Qe6YQwCHIVkyLEeCwH0YmfqU53PPXuukd8X3D3Q1FADuy77CUpL\/dKyZo0gF1tXoVoEqBIFNLJtdDsQNjhb+Mn9BX2JS17LA0XbqYCXtBOXf5moGxdfbt987GVVcSfpGXeJJPMYi+GWyroSXqacWzZb8SJlKqK43+aMGTCIKKcqthzOZsqC+92s0FAQ\/n6QDtADJ1wXmbGa7+oGZkzxoTVCiKs+JYc6QZdqx8lIQIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"storage",
"nativeMessaging",
"tabs",
"background",
"activeTab",
"notifications",
"*:\/\/*.appen.com\/*"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"options_page": "options.html",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.appen.io\/*",
"*:\/\/*.appen.com\/*",
"http:\/\/50.116.7.57\/*"
],
"run_at": "document_start",
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |