PlayTheInternet

Add YouTube, SoundCloud, Vimeo music from any web page to playlist. Listen, aggregate, synchronize between PCs and share.

PlayTheInternet क्या है?

PlayTheInternet https://playtheinter.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add YouTube, SoundCloud, Vimeo music from any web page to playlist. Listen, aggregate, synchronize between PCs and share."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PlayTheInternet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        PlayTheInternet is all about discovering and listening to new music on the web.
It allows you to seamlessly add songs "directly" from web page to either local or synchronized playlists and has a bunch of ways to control the player.

FEATURES**************************
SUPPORTED PLAYERS
  • YouTube
  • SoundCloud
  • Vimeo

LOCAL AND SYNCHRONIZED PLAYLIST DIFFERENCE
  • synchronized playlists has a limit of ~250 youtube, vimeo videos and less for soundcloud songs
  • local playlists does not have this limit but are bound to particular PC

PLAYLIST FEATURES
  • drag and drop songs between playlists
  • multiselect songs(use CTRL+Click to unselect song)

HOTKEYS
  • play/pause toggle, play, pause, next, previous, open panel
  • hotkeys can be set either as chrome or global hotkeys

PANEL
  • is an experimental feature and should be enabled first(follow instructions in extension to enable panels)
  • is a window outside of chrome frame making it convenient to control player
  • can stick to taskbar
  • can be minimized, will appear when mouse cursor is approaching

CONTEXT MENU
  • add songs to current playlist through chrome context menu
  • add a link, whole page, selected text

*********************************
Steps to create and play your first playlist:
  1) Click on PlayTheInternet icon when browsing your favorite sites(Facebook, reddit, etc..) - all the songs should appear in "Parsed" playlist 
  2) drag&drop songs from "Parsed" playlist to the "Playing" playlist on the right
  3) click on thumbnail to start playing


Check out videos below on what this beast is capable of ;)
https://www.youtube.com/watch?v=Zf7jhuCR-VI&list=PLneVFLAzmtBZY4iUZxMmW176eDKN_L9WQ                    

एक्सटेंशन की मूल जानकारी

नाम PlayTheInternet PlayTheInternet
ID hnldgcnkcblfbpdjjciadigkjkhkkohk
आधिकारिक URL https://chromewebstore.google.com/detail/playtheinternet/hnldgcnkcblfbpdjjciadigkjkhkkohk
विवरण Add YouTube, SoundCloud, Vimeo music from any web page to playlist. Listen, aggregate, synchronize between PCs and share.
फ़ाइल का आकार 673 KB
स्थापना संख्या 286
वर्तमान संस्करण 0.730.853
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर https://playtheinter.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://playtheinter.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlayTheInternet",
    "version": "0.730.853",
    "description": "Add YouTube, SoundCloud, Vimeo music from any web page to playlist. Listen, aggregate, synchronize between PCs and share.",
    "icons": {
        "128": "favicon.ico"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/cparse.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "favicon.ico",
        "default_popup": "pley.html"
    },
    "commands": {
        "prev": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Previous Track"
        },
        "pause": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Pause"
        },
        "play": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "Play"
        },
        "next": {
            "suggested_key": {
                "default": "Alt+F"
            },
            "description": "Next Track"
        },
        "play\/pause": {
            "description": "Play\/Pause Toggle"
        },
        "panel": {
            "description": "Player panel"
        },
        "skipForward": {
            "description": "Skip forward 3 minutes"
        },
        "skipBackward": {
            "description": "Skip backward 3 minutes"
        }
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'self'; script-src chrome-extension:\/\/hnldgcnkcblfbpdjjciadigkjkhkkohk https:\/\/vimeo.com\/; img-src https:\/\/*.vimeocdn.com\/video\/ http:\/\/*.ytimg.com\/vi\/ https:\/\/*.ytimg.com\/vi\/; frame-src http:\/\/*.playtheinternet.appspot.com\/ http:\/\/playtheinternet.appspot.com\/ http:\/\/*.playtheinter.net\/ http:\/\/localhost:8888\/ http:\/\/*.youtube.com https:\/\/*.youtube.com; connect-src http:\/\/gdata.youtube.com\/ https:\/\/www.googleapis.com\/"
}