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.

Qu'est-ce que 30nama Redirector ?

30nama Redirector est une extension Chrome développée par officialcinama, et sa fonction principale est "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 30nama Redirector

Téléchargez les fichiers d'extension 30nama Redirector 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

                        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.                    

Informations de Base sur l'Extension

Nom 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
URL Officiel https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Description This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Taille du Fichier 19.36 KB
Nombre d'Installations 2,246
Version Actuelle 1.5
Dernière Mise à Jour 2020-11-29
Date de Publication 2020-11-29
Évaluation 4.88/5 Total 26 Évaluations
Développeur officialcinama
Email [email protected]
Type de Paiement free
Langues Prises en Charge
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"
    }
}