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] 擴展基本資訊
| 名稱 | |
| ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
| 官方網址 | 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"
}
]
} | |