Ping Google And Baidu

Ping Google/Baidu to know how about my network.

Cos'è Ping Google And Baidu?

Ping Google And Baidu è un'estensione di Chrome sviluppata da https://deepext.com, e la sua funzione principale è "Ping Google/Baidu to know how about my network.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ping Google And Baidu

Scarica i file di estensione Ping Google And Baidu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Ping Google And Baidu Ping Google And Baidu
ID gmnjjeoeaekefbibmoeikohhokgckgcl
URL Ufficiale https://chromewebstore.google.com/detail/ping-google-and-baidu/gmnjjeoeaekefbibmoeikohhokgckgcl
Descrizione Ping Google/Baidu to know how about my network.
Dimensione del File 281 KB
Conteggio Installazioni 39
Versione Corrente 0.2.2
Ultimo Aggiornamento 2022-01-04
Data di Pubblicazione 2021-10-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://deepext.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:;"
}