TS Games Beta

AI Powered Search For Specs

TS Games Beta क्या है?

TS Games Beta https://techspecs.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI Powered Search For Specs"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Searching for technical specifications for games? Say no more. While most existing search engines fail to return accurate results, TechSpecs has been engineered for perfection.

Access the industry’s largest database of games, using smart AI technology to check your computer’s compatibility with game/software before you buy. No additional software downloads needed.

Keep your eyes peeled for our upcoming “TechSpecs Experiences” feature, where you can compete against others in an online “game of specs” and let your PC’s speed determine your victory and ability to make money!

TechSpecs is making technical specifications available to everyone – finally.

FAQ
- Why does the extension need permission to read my browsing history
Access to your browsing history is required for the Steam integration to work. Only your steampowered.com browsing history is checked                    

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

नाम TS Games Beta TS Games Beta
ID jehdjlcmenfleagpgpehjjdnoaljhabe
आधिकारिक URL https://chrome.google.com/webstore/detail/ts-games-beta/jehdjlcmenfleagpgpehjjdnoaljhabe
विवरण AI Powered Search For Specs
फ़ाइल का आकार 73.35 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.33
अंतिम अपडेट 2018-09-12
प्रकाशन तिथि 2018-09-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://techspecs.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://techspecs.io
गोपनीयता नीति पृष्ठ URL https://www.techspecs.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon-32x32.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-32x32.png",
        "128": "images\/ftr_logo.png"
    },
    "description": "AI Powered Search For Specs",
    "manifest_version": 2,
    "name": "TS Games Beta",
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.storage",
        "activeTab",
        "tabs"
    ],
    "short_name": "Sys Info",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.33",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/mydetectscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}