Gaana Search
Saves time if you want to make a quick search in Gaana.com!
ما هو Gaana Search؟
Gaana Search هو إضافة Chrome تم تطويرها بواسطة http://hardiksondagar.me، والميزة الرئيسية لها هي "Saves time if you want to make a quick search in Gaana.com!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gaana Search
قم بتنزيل ملفات الامتداد Gaana Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gaana Search is a Chrome extension which lets you search songs, albums and playlists on Gaana right from your browser without leaving your Present window
معلومات أساسية عن التمديد
الاسم | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
الوصف | Saves time if you want to make a quick search in Gaana.com! |
حجم الملف | 179 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2014-07-07 |
تاريخ النشر | 2014-07-07 |
تقييم | 4.20/5 مجموع تقييمات 56 |
المطور | http://hardiksondagar.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://hardiksondagar.me/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gaana Search", "description": "Saves time if you want to make a quick search in Gaana.com! ", "version": "1.0.5", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/gaana.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/gaana.com\/*", "http:\/\/gaana.com\/*", "http:\/\/api.gaana.com\/*", "https:\/\/ajax.googleapis.com\/*" ] } |