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 هو إضافة Chrome تم تطويرها بواسطة http://tubeviewranker.com، والميزة الرئيسية لها هي "Track your Youtube Videos rank across various keywords and discover what it takes to get more views on Youtube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Video Ranker
قم بتنزيل ملفات الامتداد Youtube Video Ranker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |