Gameday Classic

Redirects MLB Gameday to use Classic mode

Τι είναι το Gameday Classic;

Το Gameday Classic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://multimatchupsports.com, και η κύρια λειτουργία του είναι "Redirects MLB Gameday to use Classic mode".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gameday Classic

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

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

                        If you like MLB Gameday's "Classic" version better than the standard "Gameday" version, then this is for you.  It will automatically redirect Chrome to the Classic version whenever you open Gameday.  So no more having to switch modes every time you open a game.  

Optional: 
- Automatically scroll to the scoreboard or the main Gameday panel to make this as truly "one-click" as possible.
- Always update the URL so that anchors are never used (anchors are anything after the # in the URL). This will allow refresh, forward/back arrows, and URL sharing to take you to the right place.
- Show a notification when the ad is hidden (see below)

Click on the icon that appears in the address bar to see links to all the MLB Gameday pages (Preview, Probables, Wrap, Play-by-Play, etc.), other MLB pages, some other useful links relevant to the game, and links for this extension.  The Gameday pages includes a link that will allow you to use the new Gameday without redirecting to Classic.

Finally, there's a bug in the Classic mode that causes an ad to cover the current pitcher/batter panel which doesn't go away (at least for me, this is true).  This will remove the ad so that the entire app is visible.  (Note: this only removes that one ad because it covers the app.  Video ads between innings will still be shown and other banner ads on the page will as well)

Comments and suggestions are appreciated.  And don't forget to share.                    

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

Όνομα Gameday Classic Gameday Classic
ID kemingpbgkmgdodnpkgpbknenoekjabm
Επίσημο URL https://chromewebstore.google.com/detail/gameday-classic/kemingpbgkmgdodnpkgpbknenoekjabm
Περιγραφή Redirects MLB Gameday to use Classic mode
Μέγεθος Αρχείου 55.95 KB
Αριθμός Εγκαταστάσεων 479
Τρέχουσα Έκδοση 1.2.6
Τελευταία Ενημέρωση 2013-08-25
Ημερομηνία Δημοσίευσης 2013-08-25
Αξιολόγηση 4.29/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://multimatchupsports.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gameday Classic",
    "version": "1.2.6",
    "description": "Redirects MLB Gameday to use Classic mode",
    "background": {
        "scripts": [
            "jquery-1.5.1.js",
            "jquery.scrollTo-1.4.3.1.js",
            "shared.js",
            "prefs.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_title": "Gameday Classic",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*.mlb.com\/"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}