YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
Cos'è YTLink?
YTLink è un'estensione di Chrome sviluppata da https://yt-link.com, e la sua funzione principale è "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YTLink
Scarica i file di estensione YTLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
URL Ufficiale | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
Descrizione | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
Dimensione del File | 277 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2023-09-27 |
Data di Pubblicazione | 2020-01-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://yt-link.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yt-link.com |
Lingue Supportate | 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" } |