Jambofy

Improves boring youtube thumbnails by adding Jambo the cat.

Jambofyとは何ですか?

JambofyはPuffbee21によって開発されたChromeの拡張機能で、その主な機能は「Improves boring youtube thumbnails by adding Jambo the cat.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Are you bored of every YouTube thumbnail being boring? Do you wish Jambo the cat was in every YouTube thumbnail? Well now you can have exactly that with this extension. You might even run into some other cats!

Source code for extension: https://github.com/LiamHarrison25/Jambofy-Extension 

Questions or suggestions? Email [email protected]

Notes:
- This extension was inspired by YouTube MrBeastify: https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb
- This extension is unofficial and not affiliated with Jschlatt or YouTube.                    

拡張機能の基本情報

名前 Jambofy Jambofy
ID ecbedadooalalcgolmfgpnmphhccegei
公式URL https://chromewebstore.google.com/detail/jambofy/ecbedadooalalcgolmfgpnmphhccegei
説明 Improves boring youtube thumbnails by adding Jambo the cat.
ファイルサイズ 55.79 MB
インストール数 34,785
現在のバージョン 0.1.1
最終更新日 2024-01-25
公開日 2023-11-15
評価 4.94/5 合計 1478 レビュー
開発者 Puffbee21
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jambofy",
    "version": "0.1.1",
    "description": "Improves boring youtube thumbnails by adding Jambo the cat.",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Jambofyer"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "32": "assets\/icons\/icon-32.png",
        "128": "assets\/icons\/icon-128.png"
    }
}