Soccer
New tab wallpaper, theme: Soccer
Soccerとは何ですか?
Soccerはhttps://www.your24football.comによって開発されたChromeの拡張機能で、その主な機能は「New tab wallpaper, theme: Soccer」です。
拡張機能のスクリーンショット
Soccer拡張機能のCRXファイルをダウンロード
Soccer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Soccer Wallpapers to make your new tab scary... Soccer Wallpapers by aztec offers a great collection of soccer wallpapers to enjoy on your chrome new tab! Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the Skull wallpapers extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. You can uninstall the extension at any time. Terms of use https://www.blpsearch.com/terms/ Privacy Policy https://www.blpsearch.com/privacy
拡張機能の基本情報
名前 | |
ID | kdecpapknihmoemkdnlnplpjchihgjge |
公式URL | https://chrome.google.com/webstore/detail/soccer/kdecpapknihmoemkdnlnplpjchihgjge |
説明 | New tab wallpaper, theme: Soccer |
ファイルサイズ | 22.91 KB |
インストール数 | 58 |
現在のバージョン | 1.0.836.444 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-07 |
開発者 | https://www.your24football.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.blpsearch.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.836.444", "name": "Soccer", "description": "New tab wallpaper, theme: Soccer", "icons": { "128": "icons\/Pics4NewTab-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/Pics4NewTab-128.png", "default_title": "New Tab" }, "content_scripts": [ { "matches": [ "*:\/\/*.4newtab.com\/soccer_wallpapers*" ], "js": [ "js\/contentScript.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.4newtab.com\/*", "https:\/\/*.blpsearch.com\/*", "https:\/\/*.service.prsstobe.com\/*", "*:\/\/*.your24football.com\/*", "cookies" ] } |