Youtube Video Ranker
Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.
Cos'è Youtube Video Ranker?
Youtube Video Ranker è un'estensione di Chrome sviluppata da http://tubeviewranker.com, e la sua funzione principale è "Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Video Ranker
Scarica i file di estensione Youtube Video Ranker 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
Find out which keywords your youtube videos rank for and how to gain maximum exposure on Youtube. Now you can track all your own videos and your competitors videos to find out how to reach the top spot and get more views.
Informazioni di Base sull'Estensione
Nome | |
ID | jpanmkgklhoakhlgdfpibchgjhfmnmla |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-video-ranker/jpanmkgklhoakhlgdfpibchgjhfmnmla |
Descrizione | Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube. |
Dimensione del File | 233 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2018-05-30 |
Data di Pubblicazione | 2018-05-30 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | http://tubeviewranker.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tubeviewranker.com |
URL della Pagina della Politica sulla Privacy | https://tubeviewranker.com/assets/files/privacypolicy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Ranker", "version": "0.0.6", "manifest_version": 2, "description": "Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "activeTab", "notifications" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "https:\/\/youtube.com\/watch*" ], "js": [ "scripts\/jquery-3.2.1.min.js", "scripts\/contentscript.js" ], "css": [ "styles\/main.css" ], "run_at": "document_end", "all_frames": false } ], "omnibox": { "keyword": "OMNIBOX-KEYWORD" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "TubeView Ranker", "default_popup": "popup.html" } } |