utubehits.com

Promote YouTube videos for free, get more views, subscribers, likes, comments safely.

What is utubehits.com?

utubehits.com is a Chrome extension developed by utubehits.com, and its main feature is "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".

Extension Screenshots

screenshot

Download utubehits.com Extension CRX File

Download utubehits.com 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

                        What is UtubeHits?
UtubeHits is a service to help increase YouTube views for free.

How does it work?
- Signup for a free account.
- Activate your account by following the instructions in the activation email.
- Install this extension.

Login and add your YouTube video, channel link.
Run client and earn credits automatically.
Spend your earned credits on promoting your video or channel.

Website: https://utubehits.com
Contact email: [email protected]                    

Extension Basic Information

Name utubehits.com utubehits.com
ID khpcbjppaikkkfnpgbbkjgnbponddmbe
Official URL https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe
Description Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
File Size 17.56 KB
Installation Count 2,093
Current Version 1.5.6
Last Updated 2023-11-14
Publish Date 2020-08-14
Rating 4.25/5 Total 8 Ratings
Developer utubehits.com
Email [email protected]
Payment Type free
Extension Website https://utubehits.com
Privacy Policy Page URL https://utubehits.com/privacy.php
Supported Languages en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "utubehits.com",
    "description": "__MSG_appDesc__",
    "version": "1.5.6",
    "minimum_chrome_version": "93",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "*:\/\/*.utubehits.com\/*",
        "*:\/\/*.youtube.com\/*",
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.utubehits.com\/*"
            ],
            "js": [
                "install.js"
            ],
            "run_at": "document_end"
        }
    ]
}