YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
Qu'est-ce que YTLink ?
YTLink est une extension Chrome développée par https://yt-link.com, et sa fonction principale est "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YTLink
Téléchargez les fichiers d'extension YTLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
URL Officiel | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
Description | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
Taille du Fichier | 277 KB |
Nombre d'Installations | 17 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2023-09-27 |
Date de Publication | 2020-01-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://yt-link.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://yt-link.com |
Langues Prises en Charge | 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" } |