StatFinder

A simple yet sleek API for finding video game stats!

StatFinder क्या है?

StatFinder SeniorFluffie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple yet sleek API for finding video game stats!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ▶ ABOUT: 
StatFinder is not your ordinary video game statistic tracker. With a multitude of titles jam-packed into one extension, ease and convenience are surely a priority. Ranging from League of Legends to Halo 5: Guardians. Overwatch to PLAYERUNKNOWN'S BATTLEGROUNDS. StatFinder has it all. 

The most essential statistics are chosen and displayed to provide users with important information quickly. With a clean user interface, and eye-catching design, StatFinder provides an experience for all sorts of game enthusiasts to enjoy.

▶ COPYRIGHT:
This application is offered by SeniorFluffie, which is solely responsible for its content. It is not sponsored or endorsed by Microsoft. This application uses the Halo® Game Data API. Halo © Microsoft Corporation. All rights reserved. Microsoft, Halo, and the Halo Logo are trademarks of the Microsoft group of companies.                    

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

नाम StatFinder StatFinder
ID mgneilogjbdijkmelemefeccmdlbckek
आधिकारिक URL https://chromewebstore.google.com/detail/statfinder/mgneilogjbdijkmelemefeccmdlbckek
विवरण A simple yet sleek API for finding video game stats!
फ़ाइल का आकार 1.33 MB
स्थापना संख्या 12
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2019-01-29
प्रकाशन तिथि 2019-01-29
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर SeniorFluffie
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StatFinder",
    "short_name": "StatFinder",
    "version": "2.0.1",
    "description": "A simple yet sleek API for finding video game stats!",
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/na1.api.riotgames.com\/*",
        "https:\/\/api.fortnitetracker.com\/*",
        "http:\/\/ddragon.leagueoflegends.com\/*",
        "http:\/\/api.steampowered.com\/*",
        "https:\/\/osu.ppy.sh\/api\/*",
        "https:\/\/image.halocdn.com\/*",
        "https:\/\/www.haloapi.com\/*",
        "https:\/\/ovrstat.com\/*"
    ],
    "browser_action": {
        "default_title": "StatFinder",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon_statFind16.png",
            "32": "images\/icon_statFind32.png",
            "48": "images\/icon_statFind48.png",
            "128": "images\/icon_statFind128.png"
        }
    },
    "icons": {
        "16": "images\/icon_statFind16.png",
        "32": "images\/icon_statFind32.png",
        "48": "images\/icon_statFind48.png",
        "128": "images\/icon_statFind128.png"
    },
    "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; img-src data: http:; style-src 'unsafe-inline' https:\/\/maxcdn.bootstrapcdn.com; font-src https:\/\/maxcdn.bootstrapcdn.com; connect-src * data: blob: 'unsafe-eval';",
    "manifest_version": 2
}