TS Games Beta

AI Powered Search For Specs

Qu'est-ce que TS Games Beta ?

TS Games Beta est une extension Chrome développée par https://techspecs.io, et sa fonction principale est "AI Powered Search For Specs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TS Games Beta

Téléchargez les fichiers d'extension TS Games Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TS Games Beta TS Games Beta
ID jehdjlcmenfleagpgpehjjdnoaljhabe
URL Officiel https://chrome.google.com/webstore/detail/ts-games-beta/jehdjlcmenfleagpgpehjjdnoaljhabe
Description AI Powered Search For Specs
Taille du Fichier 73.35 KB
Nombre d'Installations 47
Version Actuelle 1.33
Dernière Mise à Jour 2018-09-12
Date de Publication 2018-09-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://techspecs.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://techspecs.io
URL de la Page de Politique de Confidentialité https://www.techspecs.io/privacy
Langues Prises en Charge 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"
        }
    ]
}