TS Games Beta

AI Powered Search For Specs

TS Games Beta là gì?

TS Games Beta là một tiện ích mở rộng Chrome được phát triển bởi https://techspecs.io, và tính năng chính của nó là "AI Powered Search For Specs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TS Games Beta

Tải xuống các tệp mở rộng TS Games Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TS Games Beta TS Games Beta
ID jehdjlcmenfleagpgpehjjdnoaljhabe
URL Chính Thức https://chrome.google.com/webstore/detail/ts-games-beta/jehdjlcmenfleagpgpehjjdnoaljhabe
Mô tả AI Powered Search For Specs
Kích Thước Tệp 73.35 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.33
Cập Nhật Lần Cuối 2018-09-12
Ngày Phát Hành 2018-09-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://techspecs.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://techspecs.io
URL Trang Chính Sách Bảo Mật https://www.techspecs.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}