KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
KOLLEKT.FM Extension क्या है?
KOLLEKT.FM Extension https://kollekt.fm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Favorite and add tracks to playlists from external websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KOLLEKT.FM Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.
एक्सटेंशन की मूल जानकारी
नाम | KOLLEKT.FM Extension |
ID | lgaclgohoaoohngfihldckgjhenbncpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
विवरण | Favorite and add tracks to playlists from external websites |
फ़ाइल का आकार | 727 KB |
स्थापना संख्या | 114 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2017-09-29 |
प्रकाशन तिथि | 2017-09-29 |
रेटिंग | 5.00/5 कुल 14 रेटिंग्स |
डेवलपर | https://kollekt.fm |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://kollekt.fm/extension/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KOLLEKT.FM Extension", "description": "Favorite and add tracks to playlists from external websites", "version": "1.8", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/kollekt.fm\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/installed.js" ] } |