MySpeed
MySpeed
MySpeedとは何ですか?
MySpeedはTOH Web Storeによって開発されたChromeの拡張機能で、その主な機能は「MySpeed」です。
拡張機能のスクリーンショット
MySpeed拡張機能のCRXファイルをダウンロード
MySpeed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check the speed of your internet connection with MySpeed (Updated)
拡張機能の基本情報
名前 | |
ID | djdhahjjkhhahoejfplmffpaidbhdojh |
公式URL | https://chromewebstore.google.com/detail/myspeed/djdhahjjkhhahoejfplmffpaidbhdojh |
説明 | MySpeed |
ファイルサイズ | 3.4 MB |
インストール数 | 100 |
現在のバージョン | 1.5 |
最終更新日 | 2021-09-14 |
公開日 | 2020-06-11 |
開発者 | TOH Web Store |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gospeedcheck.com |
ヘルプページのURL | https://gospeedcheck.com/about |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MySpeed", "version": "1.5", "manifest_version": 2, "description": "MySpeed", "homepage_url": "https:\/\/gospeedcheck.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "assets\/jquery.min.js", "assets\/js.cookie.min.js", "assets\/background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "MySpeed", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.sharethis.com; object-src 'self'", "omnibox": { "keyword": "MySpeed" }, "web_accessible_resources": [], "permissions": [ "http:\/\/gospeedcheck.com\/*", "https:\/\/gospeedcheck.com\/*", "storage", "unlimitedStorage" ] } |