8trhacker
Make Spotify playlists from 8tracks mixes
8trhacker क्या है?
8trhacker apeiron877 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Spotify playlists from 8tracks mixes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 8trhacker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Spotify allows users to listen to a huge library of songs on demand, but discovering good new music can be difficult. 8tracks has a wide variety of curated mixes created and reviewed by users, but playlists can only be listened to sequentially, songs' titles are not revealed until they begin playing, and skips are limited. 8trhacker dumps 8tracks mixes into your Spotify queue, where you can listen to the songs whenever you want, make a Spotify playlist, share with your friends, etc.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npgibndagfpfcddhnlnhbacedilajgkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd |
विवरण | Make Spotify playlists from 8tracks mixes |
फ़ाइल का आकार | 59.27 KB |
स्थापना संख्या | 145 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2012-11-25 |
प्रकाशन तिथि | 2012-11-25 |
रेटिंग | 2.93/5 कुल 14 रेटिंग्स |
डेवलपर | apeiron877 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "8trhacker", "version": "1.1.3", "description": "Make Spotify playlists from 8tracks mixes", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/8tracks.com\/*" ], "js": [ "jquery-1.6.2.min.js", "8Trhacker.js", "skiptracks.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon_all.png", "icon_prev.png" ], "manifest_version": 2 } |