YTLink

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

Vad är YTLink?

YTLink är en Chrome-tillägg utvecklad av https://yt-link.com, och dess huvudfunktion är "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YTLink-förlängningens CRX-fil

Ladda ner YTLink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YTLink YTLink
ID doejjpejflaoklbclgimmgbkdpakogcb
Officiell webbadress https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb
Beskrivning YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
Filstorlek 277 KB
Antal Installationer 17
Aktuell Version 3.1
Senast Uppdaterad 2023-09-27
Publiceringsdatum 2020-01-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://yt-link.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://yt-link.com
Stödda Språk 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"
}