YouTube Jakkify

Modify YouTube thumbnails to include Soyjaks

YouTube Jakkifyとは何ですか?

YouTube Jakkifyはdoggyjakによって開発されたChromeの拡張機能で、その主な機能は「Modify YouTube thumbnails to include Soyjaks」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Gem up your browsing experience with Jakkify. Is your browser experience coal? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds soyjaks to every thumbnail.                    

拡張機能の基本情報

名前 YouTube Jakkify YouTube Jakkify
ID mclfmbjmhmbhpihicaeleaijidibfbll
公式URL https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll
説明 Modify YouTube thumbnails to include Soyjaks
ファイルサイズ 108 MB
インストール数 424
現在のバージョン 0.3
最終更新日 2023-07-07
公開日 2023-07-04
評価 5.00/5 合計 16 レビュー
開発者 doggyjak
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Jakkify",
    "version": "0.3",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include Soyjaks",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jakkify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}