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 |
电子邮箱 | [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" } } |