TS Games Beta

AI Powered Search For Specs

什麼是TS Games Beta?

TS Games Beta是由https://techspecs.io開發的Chrome擴展程式,該擴展的主要功能是“AI Powered Search For Specs”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TS Games Beta擴展crx文件

下載TS Games Beta擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}