Play Bollywood
Plays some awesome bollywood music.
ما هو Play Bollywood؟
Play Bollywood هو إضافة Chrome تم تطويرها بواسطة Rohit Gandhi، والميزة الرئيسية لها هي "Plays some awesome bollywood music.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Play Bollywood
قم بتنزيل ملفات الامتداد Play Bollywood بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plays a random Bollywood song every time you click on it. It's a great way to discover trending Bollywood music. You can either click on extension icon on top right corner of chrome or hit CTRL+SHIFT+A in order to open a new song tab. It always opens a new song in a new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
الوصف | Plays some awesome bollywood music. |
حجم الملف | 93.76 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 0.5 |
آخر تحديث | 2015-01-21 |
تاريخ النشر | 2015-01-21 |
تقييم | 2.67/5 مجموع تقييمات 3 |
المطور | Rohit Gandhi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Play Bollywood", "description": "Plays some awesome bollywood music.", "short_name": "Play Bollywood", "version": "0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "storage", "notifications", "contextMenus", "cookies" ], "background": { "scripts": [ "third-party\/jquery.js", "config.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "play_random_song": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Play Random Song" } }, "browser_action": { "default_title": "Play Bollywood!", "default_icon": "icon_128.png" } } |