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”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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\/" ] } ] } |