Yahoo Fantasy Sports Tools

Check a Fantasy player's status anywhere on the web without going to your league page by highlighting and right clicking.

Τι είναι το Yahoo Fantasy Sports Tools;

Το Yahoo Fantasy Sports Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ibril15, και η κύρια λειτουργία του είναι "Check a Fantasy player's status anywhere on the web without going to your league page by highlighting and right clicking.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yahoo Fantasy Sports Tools

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

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

                        This extension allows you to search for a player in any of your Yahoo Fantasy Leagues by selecting the player's name anywhere on the web, right clicking, and searching in the league.  This supports Yahoo Fantasy Football, Yahoo Fantasy Baseball, Yahoo Fantasy Basketball, and Yahoo Fantasy Hockey too!

This extension never gathers or stores your username and password! You provide your credentials directly to Yahoo (using OAUTH).

Click on the extension to search for leagues to add to the extension. You can also clear all data in case you want to start over.

This extension is completely free!

This extension is in active development, so please let me know what features you'd like to see (and what bugs you'd like fixed)!                    

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

Όνομα Yahoo Fantasy Sports Tools Yahoo Fantasy Sports Tools
ID ghjjkjiibfblgoedjefjbllppdihlfca
Επίσημο URL https://chrome.google.com/webstore/detail/ghjjkjiibfblgoedjefjbllppdihlfca
Περιγραφή Check a Fantasy player's status anywhere on the web without going to your league page by highlighting and right clicking.
Μέγεθος Αρχείου 20.95 KB
Αριθμός Εγκαταστάσεων 528
Τρέχουσα Έκδοση 0.0.16
Τελευταία Ενημέρωση 2020-10-27
Ημερομηνία Δημοσίευσης 2018-08-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ibril15
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo Fantasy Sports Tools",
    "version": "0.0.16",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ZceJoaGqDHXuVjZKRO4zFaVrzjkcC3Gwc\/iAlByu8RSaTijdD\/90iDUrCnFwKaW2TkhQh+rvhxQ0HBuAOkqbMAzNaCri3XRj6LmL8QoEWAFC6qpapTRzz+4msrO\/uEi4lVeQqKxCK8rxoWbbYk8bl7DX7bY2SDT\/Rct+LZfqNV2YeMCsy82qDj\/lcWoRqZ8JSGSKkX19kYWsrun8RhxOaLf+LVCoBghm93grrHPzklGdD3vS+b4DNEl4j+b4i6oY1Y1BycQr0xwjynfmdMYcKGvzu0\/ikAfncM2s9RBPFte\/p1\/U7cPt6GYi2Fd+tS53kRZHNzGvKg9JRvJpTbBwQIDAQAB",
    "description": "Check a Fantasy player's status anywhere on the web without going to your league page by highlighting and right clicking.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/api.login.yahoo.com\/oauth2\/request_auth",
        "https:\/\/api.login.yahoo.com\/oauth2\/get_token",
        "identity",
        "storage",
        "https:\/\/www.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "yahooglobals.js",
            "oauth.js",
            "licenseapi.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "playerpopup.js"
            ],
            "css": [
                "results.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "results.css"
    ],
    "oauth2": {
        "client_id": "162026794767-9jal5dosmurj8njp2dpo58o1lunu9dp0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}