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.」です。
拡張機能のスクリーンショット
utubehits.com拡張機能のCRXファイルをダウンロード
utubehits.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } ] } |