MySpeed

MySpeed

Cos'è MySpeed?

MySpeed è un'estensione di Chrome sviluppata da TOH Web Store, e la sua funzione principale è "MySpeed".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MySpeed

Scarica i file di estensione MySpeed 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

                        Check the speed of your internet connection with MySpeed (Updated)                    

Informazioni di Base sull'Estensione

Nome MySpeed MySpeed
ID djdhahjjkhhahoejfplmffpaidbhdojh
URL Ufficiale https://chromewebstore.google.com/detail/myspeed/djdhahjjkhhahoejfplmffpaidbhdojh
Descrizione MySpeed
Dimensione del File 3.4 MB
Conteggio Installazioni 100
Versione Corrente 1.5
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2020-06-11
Sviluppatore TOH Web Store
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gospeedcheck.com
URL della Pagina di Aiuto https://gospeedcheck.com/about
Lingue Supportate 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"
    ]
}