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. 擴展基本資訊
| 名稱 | |
| ID | hkkjhlpemikgmjimfcheaglhdpbeljlo |
| 官方網址 | 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"
]
}
]
} | |