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.

Was ist 30nama Redirector?

30nama Redirector ist eine Chrome-Erweiterung, die von officialcinama entwickelt wurde, und ihr Hauptmerkmal ist "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Erweiterungsscreenshots

screenshot

30nama Redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie 30nama Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
Offizielle URL https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Beschreibung This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Dateigröße 19.36 KB
Installationsanzahl 2,246
Aktuelle Version 1.5
Letztes Update 2020-11-29
Veröffentlichungsdatum 2020-11-29
Bewertung 4.88/5 Insgesamt 26 Bewertungen
Entwickler officialcinama
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen
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"
    }
}