YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
Wat is YTLink?
YTLink is een Chrome-extensie ontwikkeld door https://yt-link.com, en de belangrijkste functie is "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".
Extensie Screenshots
Download het CRX-bestand van de extensie YTLink
Download YTLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
Officiële URL | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
Beschrijving | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
Bestandsgrootte | 277 KB |
Aantal Installaties | 17 |
Huidige Versie | 3.1 |
Laatst Bijgewerkt | 2023-09-27 |
Publicatiedatum | 2020-01-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://yt-link.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://yt-link.com |
Ondersteunde Talen | 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" } |