PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
ما هو PanTube؟
PanTube هو إضافة Chrome تم تطويرها بواسطة https://www.pantube.info، والميزة الرئيسية لها هي "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PanTube
قم بتنزيل ملفات الامتداد PanTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the user on user's browser using HTML5's LocalStorage. PanTube's playlist makes it easy to search the tracks on YouTube. Upcoming Version: Create a YouTube playlist of the songs played by Pandora so far.
معلومات أساسية عن التمديد
الاسم | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
الوصف | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
حجم الملف | 28.19 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-02-06 |
تاريخ النشر | 2013-02-05 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://www.pantube.info |
نوع الدفع | free |
موقع الإضافة | http://www.pantube.info |
عنوان صفحة المساعدة | http://www.pantube.info |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PanTube", "version": "0.1", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "PanTube", "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*", "https:\/\/www.pandora.com\/*" ], "js": [ "content_script.js" ] } ] } |