Youtube Video Ranker
Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.
Youtube Video Rankerとは何ですか?
Youtube Video Rankerはhttp://tubeviewranker.comによって開発されたChromeの拡張機能で、その主な機能は「Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.」です。
拡張機能のスクリーンショット
Youtube Video Ranker拡張機能のCRXファイルをダウンロード
Youtube Video Ranker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | jpanmkgklhoakhlgdfpibchgjhfmnmla |
公式URL | https://chrome.google.com/webstore/detail/youtube-video-ranker/jpanmkgklhoakhlgdfpibchgjhfmnmla |
説明 | Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube. |
ファイルサイズ | 233 KB |
インストール数 | 7,000 |
現在のバージョン | 0.0.6 |
最終更新日 | 2018-05-30 |
公開日 | 2018-05-30 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | http://tubeviewranker.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tubeviewranker.com |
プライバシーポリシーページのURL | https://tubeviewranker.com/assets/files/privacypolicy.html |
対応言語 | 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" } } |