Triple J Stream

Delivering the ultimate Triple J streaming experience.

Τι είναι το Triple J Stream;

Το Triple J Stream είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Soulhawke, και η κύρια λειτουργία του είναι "Delivering the ultimate Triple J streaming experience.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Triple J Stream

Λήψη αρχείων επέκτασης Triple J Stream σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The perfect companion for any Triple J, Unearthed or Double J listener.
This extension provides you with all the information you need to get the greatest listening experience. Not only does this extension provide a direct high-quality audio stream, it is also faster (on average) compared to other online streams.

Customise the extension to suit your personal preferences and assign quick keyboard shortcuts to enhance the stream, even when you are outside of Chrome.


Features
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Intuitive Streaming Interface
► Triple J, Triple J Hottest, Unearthed & Double J Streams
► Time delayed streams for Triple J & Double J
► Option to select AAC or MP3 Stream
► Quick change stream button 
► Shows Current Segment Information
► Displays Current/Last Played Song Data
► Desktop Notifications
► Ability to Favourite Songs
► Export your Favourite Songs List
► Quick Links to Social Platforms
► In-Built Isolated Volume Controls
► Display/Hide Sections in the Options Area
► Saves Option Preferences
► Open the Extension in a Fullscreen Tab for a bigger experience
► Ability to Stream in the Background when Chrome is Closed (Dependant on your Chrome System Settings)


Future Updates
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
► Track and scrobble songs
► Chromecast Audio Compatibility


This is an Unofficial Fan-Created Extension supported by the r/triplej and r/australia Communities.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Triple J Stream Triple J Stream
ID ogkcbpgaibgbkdjhdkflaenikeinigcl
Επίσημο URL https://chromewebstore.google.com/detail/triple-j-stream/ogkcbpgaibgbkdjhdkflaenikeinigcl
Περιγραφή Delivering the ultimate Triple J streaming experience.
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 743
Τρέχουσα Έκδοση 5.0.5
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2020-06-12
Αξιολόγηση 4.60/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Soulhawke
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Soulhawke",
    "name": "Triple J Stream",
    "short_name": "JJJ Stream",
    "version": "5.0.5",
    "description": "Delivering the ultimate Triple J streaming experience.",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/iconLight.png"
        },
        "default_title": "Triple J Stream",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "googleAnalytics.js",
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+O"
            }
        },
        "changeStream": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Change Stream"
        },
        "favouriteSong": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Favourite Song"
        },
        "toggleStream": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Toggle Stream"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "background",
        "contextMenus",
        "notifications",
        "storage",
        "unlimitedStorage",
        "*:\/\/*.abc.net.au\/*",
        "*:\/\/*.abcradio.net.au\/*",
        "*:\/\/*.mediahubaustralia.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}