Fake YT Views

Boost your views and likes

What is Fake YT Views?

Fake YT Views is a Chrome extension developed by baabullah, and its main feature is "Boost your views and likes".

Extension Screenshots

screenshot

Download Fake YT Views Extension CRX File

Download Fake YT Views extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fake YT Views Fake YT Views
ID hkkjhlpemikgmjimfcheaglhdpbeljlo
Official URL https://chromewebstore.google.com/detail/fake-yt-views/hkkjhlpemikgmjimfcheaglhdpbeljlo
Description Boost your views and likes
File Size 57.24 KB
Installation Count 14
Current Version 1.0.0
Last Updated 2022-07-18
Publish Date 2022-07-18
Developer baabullah
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}