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
官方網址 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
電子郵箱 [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\/"
            ]
        }
    ]
}