Fake YT Views

Boost your views and likes

Fake YT Viewsคืออะไร?

Fake YT Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baabullah และคุณลักษณะหลักของมันคือ "Boost your views and likes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake YT Views

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}