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.

Wat is 30nama Redirector?

30nama Redirector is een Chrome-extensie ontwikkeld door officialcinama, en de belangrijkste functie is "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 30nama Redirector

Download 30nama Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
Officiële URL https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Beschrijving This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Bestandsgrootte 19.36 KB
Aantal Installaties 2,246
Huidige Versie 1.5
Laatst Bijgewerkt 2020-11-29
Publicatiedatum 2020-11-29
Beoordeling 4.88/5 Totaal 26 Beoordelingen
Ontwikkelaar officialcinama
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen
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"
    }
}