Fake YT Views

Boost your views and likes

Fake YT Views là gì?

Fake YT Views là một tiện ích mở rộng Chrome được phát triển bởi baabullah, và tính năng chính của nó là "Boost your views and likes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fake YT Views

Tải xuống các tệp mở rộng Fake YT Views dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Magically boost and increase any Youtube video views to millions along with abundant of likes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fake YT Views Fake YT Views
ID hkkjhlpemikgmjimfcheaglhdpbeljlo
URL Chính Thức https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo
Mô tả Boost your views and likes
Kích Thước Tệp 57.24 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-18
Ngày Phát Hành 2022-07-18
Nhà Phát Triển baabullah
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}