Games 247
Play games online for free.
Games 247とは何ですか?
Games 247はHorus Solutionによって開発されたChromeの拡張機能で、その主な機能は「Play games online for free.」です。
拡張機能のスクリーンショット
Games 247拡張機能のCRXファイルをダウンロード
Games 247拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Games247 enable user's browser to search web. It also enable user with quick links to games on games247.fun.
By clicking "Add to chrome", I accept and agree to installing the Games 247 Chrome extension and setting Chrome New Tab extension & default search provided by the service and the Terms of Use and Privacy Policy. Powered by Bing
Terms & Conditions: https://www.games247.fun/terms-conditions/ 拡張機能の基本情報
| 名前 | |
| ID | ngnnmndnhjolmmffblmbenlfgnkkmhjg |
| 公式URL | https://chromewebstore.google.com/detail/games-247/ngnnmndnhjolmmffblmbenlfgnkkmhjg |
| 説明 | Play games online for free. |
| ファイルサイズ | 68.55 KB |
| インストール数 | 11,719 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2022-07-18 |
| 公開日 | 2022-04-14 |
| 評価 | 4.92/5 合計 52 レビュー |
| 開発者 | Horus Solution |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.games247.fun/ |
| ヘルプページのURL | https://www.games247.fun/contact-us/ |
| プライバシーポリシーページのURL | https://www.games247.fun/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Games 247",
"author": "Horus Solution",
"version": "0.0.3",
"description": "Play games online for free.",
"chrome_settings_overrides": {
"search_provider": {
"name": "games247.fun",
"keyword": "keyword.games247.fun",
"search_url": "https:\/\/www.games247.fun\/trk\/t.php?q={searchTerms}&channel=games247",
"favicon_url": "https:\/\/www.games247.fun\/favicon.ico",
"suggest_url": "https:\/\/www.games247.fun\/suggest?q={searchTerms}",
"instant_url": "https:\/\/www.games247.fun\/instant?q={searchTerms}",
"image_url": "https:\/\/www.games247.fun\/image?q={searchTerms}",
"search_url_post_params": "search_lang=games247.fun",
"suggest_url_post_params": "suggest_lang=games247.fun",
"instant_url_post_params": "instant_lang=games247.fun",
"image_url_post_params": "image_lang=games247.fun",
"alternate_urls": [
"https:\/\/www.games247.fun\/s?q={searchTerms}",
"https:\/\/www.games247.fun\/s?q={searchTerms}"
],
"encoding": "UTF-8",
"is_default": true
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"28": "icons\/icon28.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "options.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;"
}
} | |