YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
什么是YTLink?
YTLink是由https://yt-link.com开发的Chrome扩展程序,该扩展的主要功能是“YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.”。
扩展截图
下载YTLink扩展crx文件
下载YTLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simplify your YouTube channel subscriptions and stay up-to-date with your favorite content creators effortlessly. With YTLink, you can enjoy a streamlined experience for tracking and accessing new videos from your preferred YouTube channels.
扩展基本信息
名称 | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
官方URL | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
简介 | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
文件大小 | 277 KB |
安装次数 | 17 |
当前版本 | 3.1 |
更新时间 | 2023-09-27 |
上架时间 | 2020-01-19 |
评分 | 5.00/5 共1次评分 |
开发者 | https://yt-link.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://yt-link.com |
支持的语言 | en |
manifest.json | |
{ "background": { "service_worker": ".\/scripts\/listener.js" }, "action": { "default_icon": ".\/media\/Logos\/logo.png", "default_popup": "index.html" }, "content_scripts": [ { "js": [ ".\/scripts\/videoModal.js", ".\/scripts\/jquery-3.3.1.min.js" ], "matches": [ "https:\/\/yt-link.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/web.whatsapp.com\/*" ] } ], "description": "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.", "icons": { "128": ".\/Media\/Logos\/icon128.png", "16": ".\/Media\/Logos\/icon16.png", "48": ".\/Media\/Logos\/icon48.png" }, "manifest_version": 3, "name": "YTLink", "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ], "permissions": [ "activeTab", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |