YTLink

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

YTLinkとは何ですか?

YTLinkはhttps://yt-link.comによって開発されたChromeの拡張機能で、その主な機能は「YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.」です。

拡張機能のスクリーンショット

screenshot
screenshot

YTLink拡張機能のCRXファイルをダウンロード

YTLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 YTLink YTLink
ID doejjpejflaoklbclgimmgbkdpakogcb
公式URL https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb
説明 YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
ファイルサイズ 277 KB
インストール数 17
現在のバージョン 3.1
最終更新日 2023-09-27
公開日 2020-01-19
評価 5.00/5 合計 1 レビュー
開発者 https://yt-link.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://yt-link.com
対応言語 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"
}