utubehits.com
Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
Vad är utubehits.com?
utubehits.com är en Chrome-tillägg utvecklad av utubehits.com, och dess huvudfunktion är "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".
Tilläggsskärmbilder
Ladda ner utubehits.com-förlängningens CRX-fil
Ladda ner utubehits.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Officiell webbadress | https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Beskrivning | Promote YouTube videos for free, get more views, subscribers, likes, comments safely. |
| Filstorlek | 17.56 KB |
| Antal Installationer | 2,093 |
| Aktuell Version | 1.5.6 |
| Senast Uppdaterad | 2023-11-14 |
| Publiceringsdatum | 2020-08-14 |
| Betyg | 4.25/5 Totalt 8 Betyg |
| Utvecklare | utubehits.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://utubehits.com |
| URL till Sekretesspolicy Sidan | https://utubehits.com/privacy.php |
| Stödda Språk | 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"
}
]
} | |