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 |
| 官方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"
}
]
} | |