Hidden Object Games Start
When you install our chrome extension, your new tab will change to the Hidden Object Games new tab. Easily access free games.
Hidden Object Games Startとは何ですか?
Hidden Object Games Startはhttps://www.hiddenobjectgames.clubによって開発されたChromeの拡張機能で、その主な機能は「When you install our chrome extension, your new tab will change to the Hidden Object Games new tab. Easily access free games.」です。
拡張機能のスクリーンショット
Hidden Object Games Start拡張機能のCRXファイルをダウンロード
Hidden Object Games Start拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you install our chrome extension, your new tab will change to the Hidden Object Games Club new tab. The Hidden Object Games Club Chrome extension lets you keep up to date with our latest hidden object games. Its features include: Link to the HiddenObjectGames.club Website Easily accessible through your Chrome extension button. Easy Web Search Easily search the web with the search bar on the new tab. The search is powered by the Bing search engine. Random Games Add a bit of spice to your gaming by browsing our Random games list on your new tab. You may just find your next favorite game! Quick Links Visit your favorite websites like Google, Youtube, Facebook and more right from your new tab. Please read carefully: By clicking the “ADD TO CHROME” button in the top right-hand corner and installing the Hidden Object Games Club Search extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy as well as to receive any future updates and upgrades. You can uninstall the extension at any time. Terms of use https://www.HiddenObjectGames.club/terms Privacy Policy https://www.HiddenObjectGames.club/privacy How to remove our extension from Chrome browser: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (for the extension you wish to uninstall). 6) Our extension should be removed from your Chrome browser. For assistance from our customer service team, please contact us here: https://www.HiddenObjectGames.club/contact
拡張機能の基本情報
名前 | Hidden Object Games Start |
ID | hcnemejiafpihigilecddlhebaenipnm |
公式URL | https://chromewebstore.google.com/detail/hidden-object-games-start/hcnemejiafpihigilecddlhebaenipnm |
説明 | When you install our chrome extension, your new tab will change to the Hidden Object Games new tab. Easily access free games. |
ファイルサイズ | 69.26 KB |
インストール数 | 1,710 |
現在のバージョン | 1.4 |
最終更新日 | 2022-12-21 |
公開日 | 2020-12-18 |
開発者 | https://www.hiddenobjectgames.club |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.hiddenobjectgames.club/ |
ヘルプページのURL | https://www.hiddenobjectgames.club/contact |
プライバシーポリシーページのURL | https://www.pikoya.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Object Games Start", "short_name": "HiddenObjectGames", "manifest_version": 3, "version": "1.4", "description": "When you install our chrome extension, your new tab will change to the Hidden Object Games new tab. Easily access free games.", "chrome_url_overrides": { "newtab": "hiddenobjectgames.html" }, "action": { "default_icon": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png" } }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" } } |