Fake YT Views
Boost your views and likes
什么是Fake YT Views?
Fake YT Views是由baabullah开发的Chrome扩展程序,该扩展的主要功能是“Boost your views and likes”。
扩展截图
下载Fake YT Views扩展crx文件
下载Fake YT Views扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Magically boost and increase any Youtube video views to millions along with abundant of likes.
扩展基本信息
名称 | Fake YT Views |
ID | hkkjhlpemikgmjimfcheaglhdpbeljlo |
官方URL | https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo |
简介 | Boost your views and likes |
文件大小 | 57.24 KB |
安装次数 | 14 |
当前版本 | 1.0.0 |
更新时间 | 2022-07-18 |
上架时间 | 2022-07-18 |
开发者 | baabullah |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fake YT Views", "description": "Boost your views and likes", "version": "1.0.0", "manifest_version": 3, "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ { "resources": [ "inject.js", "jquery-3.6.0.min.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentscript.js" ] } ] } |