Playmoss - Add Track Chrome Extension
Add songs and music videos to your Playmoss playlists from any website.
Playmoss - Add Track Chrome Extension क्या है?
Playmoss - Add Track Chrome Extension Playmoss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add songs and music videos to your Playmoss playlists from any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Playmoss - Add Track Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Playmoss is the tool that allows you to create music and video playlists with tracks from YouTube, Vimeo and SoundCloud. In Playmoss you can also follow the musical evolution of other users or weave a network of musical influences between them. Use our platform to save, organize and, most importantly, recall all the musical references you listen on the web throughout the day and share them after with your contacts and friends.
एक्सटेंशन की मूल जानकारी
नाम | Playmoss - Add Track Chrome Extension |
ID | lgbommihnaoiabjnhfhckodfmfppfcgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl |
विवरण | Add songs and music videos to your Playmoss playlists from any website. |
फ़ाइल का आकार | 67.41 KB |
स्थापना संख्या | 2,912 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2015-10-03 |
प्रकाशन तिथि | 2015-10-03 |
रेटिंग | 3.38/5 कुल 21 रेटिंग्स |
डेवलपर | Playmoss |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.playmoss.com |
सहायता पृष्ठ URL | https://playmoss.com/en/help |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Playmoss - Add Track Chrome Extension", "description": "Add songs and music videos to your Playmoss playlists from any website.", "version": "1.2.2", "browser_action": { "default_icon": { "19": "img\/logo19.png", "38": "img\/logo38.png" }, "default_title": "Find tracks to add to Playmoss" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/jquery-2.1.4.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "permissions": [ "activeTab" ] } |