TS Games Beta

AI Powered Search For Specs

ما هو TS Games Beta؟

TS Games Beta هو إضافة Chrome تم تطويرها بواسطة https://techspecs.io، والميزة الرئيسية لها هي "AI Powered Search For Specs".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TS Games Beta

قم بتنزيل ملفات الامتداد TS Games Beta بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}