Ping Google And Baidu
Ping Google/Baidu to know how about my network.
Qu'est-ce que Ping Google And Baidu ?
Ping Google And Baidu est une extension Chrome développée par https://deepext.com, et sa fonction principale est "Ping Google/Baidu to know how about my network.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ping Google And Baidu
Téléchargez les fichiers d'extension Ping Google And Baidu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Ping Google And Baidu |
ID | gmnjjeoeaekefbibmoeikohhokgckgcl |
URL Officiel | https://chromewebstore.google.com/detail/ping-google-and-baidu/gmnjjeoeaekefbibmoeikohhokgckgcl |
Description | Ping Google/Baidu to know how about my network. |
Taille du Fichier | 281 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2022-01-04 |
Date de Publication | 2021-10-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://deepext.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:;" } |