utubehits.com
Promote YouTube videos for free, get more views, subscribers, likes, comments safely.
Was ist utubehits.com?
utubehits.com ist eine Chrome-Erweiterung, die von utubehits.com entwickelt wurde, und ihr Hauptmerkmal ist "Promote YouTube videos for free, get more views, subscribers, likes, comments safely.".
Erweiterungsscreenshots
utubehits.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie utubehits.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | utubehits.com |
ID | khpcbjppaikkkfnpgbbkjgnbponddmbe |
Offizielle URL | https://chromewebstore.google.com/detail/utubehitscom/khpcbjppaikkkfnpgbbkjgnbponddmbe |
Beschreibung | Promote YouTube videos for free, get more views, subscribers, likes, comments safely. |
Dateigröße | 17.56 KB |
Installationsanzahl | 2,093 |
Aktuelle Version | 1.5.6 |
Letztes Update | 2023-11-14 |
Veröffentlichungsdatum | 2020-08-14 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | utubehits.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://utubehits.com |
URL der Datenschutzrichtlinien-Seite | https://utubehits.com/privacy.php |
Unterstützte Sprachen | 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" } ] } |