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 |
官方網址 | 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" } } |