Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
ما هو Continuous Pandora Radio؟
Continuous Pandora Radio هو إضافة Chrome تم تطويرها بواسطة sps، والميزة الرئيسية لها هي "Removes the Pandora are you still there message so your music remains uninterrupted".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Continuous Pandora Radio
قم بتنزيل ملفات الامتداد Continuous Pandora Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
معلومات أساسية عن التمديد
الاسم | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
الوصف | Removes the Pandora are you still there message so your music remains uninterrupted |
حجم الملف | 9.46 KB |
عدد التثبيتات | 552 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-12-04 |
تاريخ النشر | 2014-12-04 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | sps |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Continuous Pandora Radio", "description": "Removes the Pandora are you still there message so your music remains uninterrupted", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/", "http:\/\/*.pandora.com\/" ], "js": [ "script.js" ] } ] } |