utubehits.com
Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
Hvad er utubehits.com?
utubehits.com er en Chrome-udvidelse udviklet af utubehits.com, og dens hovedfunktion er "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".
Udvidelsesskærmbilleder
Download utubehits.com-udvidelses-CRX-fil
Download utubehits.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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] Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Officiel URL | https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Beskrivelse | Promote YouTube videos for free, get more views, subscribers, likes, comments safely. |
| Filstørrelse | 17.56 KB |
| Antal Installationer | 2,093 |
| Nuværende Version | 1.5.6 |
| Senest Opdateret | 2023-11-14 |
| Udgivelsesdato | 2020-08-14 |
| Bedømmelse | 4.25/5 Samlet 8 Bedømmelser |
| Udvikler | utubehits.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://utubehits.com |
| URL til Fortrolighedspolitik Side | https://utubehits.com/privacy.php |
| Understøttede Sprog | 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"
}
]
} | |