30nama Redirector

This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.

Cos'è 30nama Redirector?

30nama Redirector è un'estensione di Chrome sviluppata da officialcinama, e la sua funzione principale è "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 30nama Redirector

Scarica i file di estensione 30nama Redirector 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

                        This plugin has been designed only for 30nama users, it would automatically redirect you from 30nama’s old domain names to the most recent one so you never have to worry about finding the new domain name again, and in case there are any problems there is button that would allow you to contact our 24/7 support by telegram.                    

Informazioni di Base sull'Estensione

Nome 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
URL Ufficiale https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Descrizione This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Dimensione del File 19.36 KB
Conteggio Installazioni 2,246
Versione Corrente 1.5
Ultimo Aggiornamento 2020-11-29
Data di Pubblicazione 2020-11-29
Valutazione 4.88/5 Totale 26 Valutazioni
Sviluppatore officialcinama
Email [email protected]
Tipo di Pagamento free
Lingue Supportate
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "30nama Redirector",
    "version": "1.5",
    "description": "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "icons": {
        "48": "icons\/redirector.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/redirector.png",
        "default_title": "30nama Redirector",
        "default_popup": "popup\/redirector.html"
    }
}