Gamers Tab
Gamers Tab New Tab
Gamers Tabとは何ですか?
Gamers Tabはhttps://gamers-tab.xyzによって開発されたChromeの拡張機能で、その主な機能は「Gamers Tab New Tab」です。
拡張機能のスクリーンショット
Gamers Tab拡張機能のCRXファイルをダウンロード
Gamers Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gamers Tab New Tab gives you quick access to the most popular websites!
A minimalist replacement for Chrome's New Tab page.
**In order to provide the extension feature, your new tab settings would be modified.
By clicking "Add to chrome", I accept and agree to installing 'Gamers Tab' and setting Chrome™ New Tab to that provided by the service and the End User License Agreement and Privacy Policy
For other support or to provide feedback, please visit us at
https://www.gamers-tab.xyz/contact.html
Privacy Policy: https://www.gamers-tab.xyz/privacy-policy.html
EULA: https://www.gamers-tab.xyz/eula.html
For instructions on how to remove our extension, please visit
https://www.gamers-tab.xyz/uninstall.html 拡張機能の基本情報
| 名前 | |
| ID | mlplfhmdhodokbiilgjpagiaahajhaka |
| 公式URL | https://chromewebstore.google.com/detail/gamers-tab/mlplfhmdhodokbiilgjpagiaahajhaka |
| 説明 | Gamers Tab New Tab |
| ファイルサイズ | 73.24 KB |
| インストール数 | 113 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-01-12 |
| 公開日 | 2019-10-17 |
| 開発者 | https://gamers-tab.xyz |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.gamers-tab.xyz/privacy-policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gamers Tab",
"description": "Gamers Tab New Tab",
"version": "1.0",
"manifest_version": 2,
"permissions": [],
"background": {
"scripts": [
"common\/browseraction.js"
]
},
"content_scripts": [
{
"js": [
"common\/contentscript.js"
],
"matches": [
"*:\/\/*.gamers-tab.xyz\/*"
],
"run_at": "document_end"
}
],
"chrome_url_overrides": {
"newtab": "pages\/index.html"
},
"browser_action": {
"default_icon": "img\/logo_128x.png",
"default_title": "Gamers Tab"
},
"icons": {
"128": "img\/logo_128x.png",
"16": "img\/logo_16x.png",
"48": "img\/logo_48x.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |