YTLink

YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.

What is YTLink?

YTLink is a Chrome extension developed by https://yt-link.com, and its main feature is "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".

Extension Screenshots

screenshot
screenshot

Download YTLink Extension CRX File

Download YTLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YTLink YTLink
ID doejjpejflaoklbclgimmgbkdpakogcb
Official URL https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb
Description YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
File Size 277 KB
Installation Count 17
Current Version 3.1
Last Updated 2023-09-27
Publish Date 2020-01-19
Rating 5.00/5 Total 1 Ratings
Developer https://yt-link.com
Email [email protected]
Payment Type free
Extension Website https://yt-link.com
Supported Languages 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"
}