utubehits.com
Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
Cos'è utubehits.com?
utubehits.com è un'estensione di Chrome sviluppata da utubehits.com, e la sua funzione principale è "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione utubehits.com
Scarica i file di estensione utubehits.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
| URL Ufficiale | https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe |
| Descrizione | Promote YouTube videos for free, get more views, subscribers, likes, comments safely. |
| Dimensione del File | 17.56 KB |
| Conteggio Installazioni | 2,093 |
| Versione Corrente | 1.5.6 |
| Ultimo Aggiornamento | 2023-11-14 |
| Data di Pubblicazione | 2020-08-14 |
| Valutazione | 4.25/5 Totale 8 Valutazioni |
| Sviluppatore | utubehits.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://utubehits.com |
| URL della Pagina della Politica sulla Privacy | https://utubehits.com/privacy.php |
| Lingue Supportate | 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"
}
]
} | |