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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |