Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Yahoo Fantasy Hockey Helper क्या है?

Yahoo Fantasy Hockey Helper phlrss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If you play Yahoo Fantasy Hockey you need this"।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple browser extension for Yahoo Fantasy Hockey which displays how many games a player has left for the week (until Sunday of the week inclusive) and how many games are on "off-nights".                    

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

नाम Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
आधिकारिक URL https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
विवरण If you play Yahoo Fantasy Hockey you need this
फ़ाइल का आकार 11.57 KB
स्थापना संख्या 103
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-01-15
प्रकाशन तिथि 2023-11-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर phlrss
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo Fantasy Hockey Helper",
    "version": "1.0.6",
    "manifest_version": 3,
    "description": "If you play Yahoo Fantasy Hockey you need this",
    "author": "Phil Russo",
    "action": {
        "default_popup": "index.html",
        "default_title": "Yahoo Fantasy Hockey Helper"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/hockey.fantasysports.yahoo.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "hockey-logo.png",
        "32": "hockey-logo.png",
        "48": "hockey-logo.png",
        "128": "hockey-logo.png"
    }
}