utubehits.com

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

utubehits.com란 무엇입니까?

utubehits.com은(는) utubehits.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Promote YouTube videos for free, get more views, subscribers, likes, comments safely."입니다.

확장 프로그램 스크린샷

screenshot

utubehits.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 utubehits.com utubehits.com
ID khpcbjppaikkkfnpgbbkjgnbponddmbe
공식 URL https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe
설명 Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
파일 크기 17.56 KB
설치 횟수 2,093
현재 버전 1.5.6
최근 업데이트 2023-11-14
출시 날짜 2020-08-14
평점 4.25/5 총 8 개의 평점
개발자 utubehits.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://utubehits.com
개인정보 보호 정책 페이지 URL https://utubehits.com/privacy.php
지원되는 언어 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"
        }
    ]
}