GaminSearch

Get the best games in your homepage with our extension!

Co to jest GaminSearch?

GaminSearch to rozszerzenie Chrome opracowane przez https://gaminsearch.com, a jego główną funkcją jest „Get the best games in your homepage with our extension!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GaminSearch

Pobierz pliki rozszerzeń GaminSearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get the latest gaming news and updates all in one place !
Follow your favorite content like a Pro!
Gamin search - is an extension for enthusiastic gamers, offering an ongoing updating news feed with content about what they love the most – Gaming !
Stay up to date with news and special updates while enjoying a rich search experience.
For easy access, we recommend pinning the extension to your browser toolbar.

By clicking “ADD TO CHROME”, you accept and agree to install the Gamin Search Chrome Extension, set the Chrome™ New Tab to gaminsearch.com, and to the Terms of Use, and Privacy Policy.  

The extension requests the following permission:
- Can read and change your data on sites: 
   https://*. gaminsearch.com /* 
  
Terms of Use:  https://gaminsearch.com/pages/terms-of-use.html
Privacy Policy:  https://gaminsearch.com/pages/privacy-policy.html
About us: https://gaminsearch.com/pages/about-us.html
Contact us: https://gaminsearch.com/pages/contact.html
 
You may uninstall the extension at any time.
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings.”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.                    

Podstawowe informacje o rozszerzeniu

Nazwa GaminSearch GaminSearch
ID klabgjoddnpljjnljmnokbemikldkmkd
Oficjalny URL https://chromewebstore.google.com/detail/gaminsearch/klabgjoddnpljjnljmnokbemikldkmkd
Opis Get the best games in your homepage with our extension!
Rozmiar pliku 74.14 KB
Liczba instalacji 113,305
Aktualna Wersja 5.3
Ostatnia Aktualizacja 2023-11-07
Data Publikacji 2021-12-03
Deweloper https://gaminsearch.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gaminsearch.com
Adres URL Strony Pomocy https://gaminsearch.com/pages/contact.html
Adres URL Strony Polityki Prywatności https://gaminsearch.com/pages/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "GaminSearch Search Extension"
    },
    "description": "Get the best games in your homepage with our extension!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "GaminSearch",
    "version": "5.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.gaminsearch.com\/*"
    ]
}