Fake YouTube premium

It changes the YouTube logo to Premium logo to fake having YouTube Premium

Fake YouTube premiumとは何ですか?

Fake YouTube premiumはAlexandru Balanによって開発されたChromeの拡張機能で、その主な機能は「It changes the YouTube logo to Premium logo to fake having YouTube Premium」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This new Chrome Extension turns old YouTube Logo into the YouTube Premium logo to prank your friends into having real YouTube Premium                    

拡張機能の基本情報

名前 Fake YouTube premium Fake YouTube premium
ID bejbliggnadcmgfifpipkkebkmpbibai
公式URL https://chrome.google.com/webstore/detail/fake-youtube-premium/bejbliggnadcmgfifpipkkebkmpbibai
説明 It changes the YouTube logo to Premium logo to fake having YouTube Premium
ファイルサイズ 14.79 KB
インストール数 1,658
現在のバージョン 0.3.0
最終更新日 2022-03-28
公開日 2022-01-22
評価 4.36/5 合計 11 レビュー
開発者 Alexandru Balan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fake YouTube premium",
    "version": "0.3.0",
    "description": "It changes the YouTube logo to Premium logo to fake having YouTube Premium",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/"
            ]
        }
    ]
}