Games Search for Chrome™

Quick access in the autocomplete suggestions to search for online games on gaming sites, directly from your Chrome’s address bar.

Games Search for Chrome™คืออะไร?

Games Search for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://games-search.com และคุณลักษณะหลักของมันคือ "Quick access in the autocomplete suggestions to search for online games on gaming sites, directly from your Chrome’s address bar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Games Search for Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย Games Search for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is a great tool dedicated to searching for casual online games on your favorite gaming sites. It provides you with quick access right inside the autocomplete of your Chrome’s address bar. All you need to do is click on it and it will lead you directly to the results page.

This is an example:

1. Type the name “Bubbles” in your address bar.
2. We detect your intent to look for the casual game “Bubbles”.
3. In the autocomplete suggestions, we provide you with quick access to look for Bubbles on Miniclip.com (the site of your choice in this case).
4. Click on the quick access and you will be directed to the results feed page on Miniclip.com.

If you don’t know the game titles that you are looking for or not sure which game you’d like to play, you can also perform a general search by the categories, such as “arcade” or “puzzles”. 

In this extension, we support four gaming sites: Miniclip.com, AddictingGames.com, Agame.com, and Bored.com. 

Permissions used and reasons:

1. Change default search settings to our domain games-search.net, powered by Yahoo. We require this permission in order to provide quick access in the autocomplete. In this extension, we also support Google and Bing. If you would like to choose a different option, you can go to extension Settings and make the change.
2. Access to “contextMenus”. We require this permission to add the uninstall item on your context menu, which you can open by right-clicking the extension’s action icon.
3. Access to “cookies”. We require this permission to save your customized settings.

Chrome™ is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC.

How do I remove this extension?

1. Click on Chrome’s menu icon on the top right.
2. Click on Settings.
3. On the left side of the window, click on Extensions.
4. Choose the extension from the list that you want to remove.
5. Click on the remove button.
6. On the pop-up window, click on the Remove button again to confirm the action.

By installing this extension, you agree to the Terms and Conditions and Privacy Policy of this extension. 

Website: https://www.games-search.com 

Terms and Conditions: https://www.games-search.com/terms

Privacy Policy: https://www.games-search.com/privacy

Contact Us: https://www.games-search.com/contact

FAQ: https://www.games-search.com/#faq

Uninstall: https://www.games-search.com/uninstall                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Games Search for Chrome™ Games Search for Chrome™
ID oppeaknhldjjnfnflbcedipjbnbimhhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/games-search-for-chrome/oppeaknhldjjnfnflbcedipjbnbimhhf
คำอธิบาย Quick access in the autocomplete suggestions to search for online games on gaming sites, directly from your Chrome’s address bar.
ขนาดไฟล์ 98.43 KB
จำนวนการติดตั้ง 52,282
เวอร์ชันปัจจุบัน 3.0.4
อัปเดตครั้งล่าสุด 2022-04-18
วันที่เผยแพร่ 2020-08-15
คะแนน 3.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://games-search.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.games-search.com
URL หน้าช่วยเหลือ https://www.games-search.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.games-search.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Games Search for Chrome\u2122",
    "short_name": "Games Search for Chrome\u2122",
    "version": "3.0.4",
    "homepage_url": "https:\/\/www.games-search.net\/wim\/gotohub?s=zods",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.games-search.net\/favicon.ico",
            "is_default": true,
            "name": "Games Search for Chrome\u2122",
            "keyword": "Games Search for Chrome\u2122",
            "search_url": "https:\/\/www.games-search.net\/search\/?category=web&s=zods&vert=games&q={searchTerms}",
            "suggest_url": "https:\/\/sug.games-search.net\/v1\/sug\/?yid=zods&vert=games&q={searchTerms}"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Games Search for Chrome\u2122",
        "default_icon": "\/img\/icon16.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.games-search.net\/*"
            ],
            "js": [
                "content_script\/contentScript.js"
            ]
        }
    ],
    "description": "Quick access in the autocomplete suggestions to search for online games on gaming sites, directly from your Chrome\u2019s address bar.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.games-search.net\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}