Live Video Plus

Enhance your web video experience. View live videos from YouTube and Twitch, and filter your YouYube subscriptions based on groups.

Τι είναι το Live Video Plus;

Το Live Video Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kristraj.com, και η κύρια λειτουργία του είναι "Enhance your web video experience. View live videos from YouTube and Twitch, and filter your YouYube subscriptions based on groups.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Live Video Plus

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

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

                        Enhance your web video experience with Live Video Plus.

Link to your YouTube and Twitch accounts and turn on live checking to channels you are following. This will enable them to be monitoring for live and upcoming videos and show in the extension popup.

Within the YouTube subscription page you can filter videos by custom groups. Simply go to the settings page through the popup, create a group and add some channels. Now when selecting a group in the YouTube subscriptions page only videos from channels within that group will be visible.

== Change log ==

2.3.1 (24/10/2022): YouTube connection is now opt in. Clean up UI some more for new users.

2.3.0 (08/10/2022): Updated UI, move to manifest version 3

2.2.6 (29/08/2020): Options page UI improvements

2.2.5 (23/08/2020): Fixed small bug with some twitch urls

2.2.2 (04/05/2020): Add follow details added to options.

2.2.0 (26/04/2020): Added Twitch connectivity. You can now get notifications based on channels you follow in Twitch.

2.1.6 (10/04/2020): Fixed bug with large amount of subscriptions

2.1.5 (07/04/2020): Clean up popup UI and update filter logic on youtube subscription page

2.1.4 (29/03/2020): Add some extra help text to help with adding new channel manually

2.1.1 (21/03/2020): Fix release bugs with announcements and pagination.

2.1.0 (20/03/2020): Added groups. Ability to filter YouTube subscriptions page based on custom groups.

2.0.2 (26/10/2019): Now loads live videos on chrome launch

2.0.1 (31/12/2018): Bug fix with non logged in users and not accepting permissions

2.0.0 (30/12/2018): Rewrite of whole application. Live video popup redesign, settings page redesign. Subscription filtering next release.                    

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

Όνομα Live Video Plus Live Video Plus
ID poojkbildhfolockjaecmcbmemfcligd
Επίσημο URL https://chromewebstore.google.com/detail/live-video-plus/poojkbildhfolockjaecmcbmemfcligd
Περιγραφή Enhance your web video experience. View live videos from YouTube and Twitch, and filter your YouYube subscriptions based on groups.
Μέγεθος Αρχείου 2.48 MB
Αριθμός Εγκαταστάσεων 863
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2022-10-25
Ημερομηνία Δημοσίευσης 2020-05-07
Αξιολόγηση 3.76/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής https://kristraj.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://kristraj.com/livevideoplus
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Live Video Plus",
    "description": "Enhance your web video experience. View live videos from YouTube and Twitch, and filter your YouYube subscriptions based on groups.",
    "version": "2.3.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuOkqzhFsMUJ9CdIofhTl7F7mPdqJNZlL7bn3m0CCeNi1I1nDSa0CBK5MAWBX6UWGvdkddGLN\/87mJPfLZ07qYIuOBcfkf41FpJHjbEKQRYckIFxEBmFDIifJvXTUzbJ9bilfdtDgOcPr6TLVcL\/9i2TEbrHCmh5tgtEuF4vRkvTBdWsmePIIs2S0gwV9xiD0J\/AeceCdVGi7hQcWXkKMtPmnqtgC2t3+cuvoosRQzygvvE+s3LE6B+6lUHPP9kzQfVVp\/8SU6sH4a2I0dEJMHHfDZ7DwFTK19AXoErA+rHJOsKUBTBjtoEUIvZWczhC46XtlddhZopsyt14nBzXN2QIDAQAB",
    "oauth2": {
        "client_id": "774507098877-2fdc3g5sbi8tr78a7cmgtlsqjp865gfc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "background": {
        "service_worker": "dist\/background\/main.js"
    },
    "action": {
        "default_title": "Live Video Plus",
        "default_popup": "dist\/popup\/index.html"
    },
    "icons": {
        "16": "media\/images\/logo_white_16.png",
        "48": "media\/images\/logo_white_48.png",
        "128": "media\/images\/logo_white_128.png"
    },
    "options_page": "dist\/options\/index.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ],
            "css": [
                "dist\/contentScript\/content-script.css",
                "dist\/paginator\/paginator.css",
                "dist\/multiSelect\/multi-select.css"
            ],
            "js": [
                "dist\/contentScript\/main.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/id.twitch.tv\/oauth2\/authorize\/*"
    ]
}