Ping Google And Baidu
Ping Google/Baidu to know how about my network.
Was ist Ping Google And Baidu?
Ping Google And Baidu ist eine Chrome-Erweiterung, die von https://deepext.com entwickelt wurde, und ihr Hauptmerkmal ist "Ping Google/Baidu to know how about my network.".
Erweiterungsscreenshots
Ping Google And Baidu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ping Google And Baidu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
One-click to known if I can connect Google or Baidu (and more). Features: 1. ping google in the background 2. show network status in the browser icon. 3. open popup page to know detail ping message, include speed! 4. support ping google/baidu/facebook/github. Have Fun!
Grundlegende Informationen zur Erweiterung
Name | Ping Google And Baidu |
ID | gmnjjeoeaekefbibmoeikohhokgckgcl |
Offizielle URL | https://chromewebstore.google.com/detail/ping-google-and-baidu/gmnjjeoeaekefbibmoeikohhokgckgcl |
Beschreibung | Ping Google/Baidu to know how about my network. |
Dateigröße | 281 KB |
Installationsanzahl | 39 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2022-01-04 |
Veröffentlichungsdatum | 2021-10-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://deepext.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ping Google And Baidu", "description": "Ping Google\/Baidu to know how about my network.", "version": "0.2.2", "browser_action": { "default_popup": "popup\/index.html", "default_title": "Ping Google\/Baidu to know how about my network." }, "icons": { "16": "popup\/wifi-3-16.png", "48": "popup\/wifi-3-48.png", "128": "popup\/wifi-3-128.png" }, "background": { "page": "bg.html", "persistent": false }, "web_accessible_resources": [ "assets\/*", "popup\/index.html" ], "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/*.digitaloceanspaces.com\/ https:\/\/*.google.com\/ https:\/\/*.baidu.com\/ https:\/\/deepext.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;" } |