utubehits.com
Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
Wat is utubehits.com?
utubehits.com is een Chrome-extensie ontwikkeld door utubehits.com, en de belangrijkste functie is "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".
Extensie Screenshots
Download het CRX-bestand van de extensie utubehits.com
Download utubehits.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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] Basisinformatie over de Extensie
| Naam | |
| ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Officiële URL | https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Beschrijving | Promote YouTube videos for free, get more views, subscribers, likes, comments safely. |
| Bestandsgrootte | 17.56 KB |
| Aantal Installaties | 2,093 |
| Huidige Versie | 1.5.6 |
| Laatst Bijgewerkt | 2023-11-14 |
| Publicatiedatum | 2020-08-14 |
| Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | utubehits.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://utubehits.com |
| URL van de Privacybeleid Pagina | https://utubehits.com/privacy.php |
| Ondersteunde Talen | 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"
}
]
} | |