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.

Vad är 30nama Redirector?

30nama Redirector är en Chrome-tillägg utvecklad av officialcinama, och dess huvudfunktion är "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Tilläggsskärmbilder

screenshot

Ladda ner 30nama Redirector-förlängningens CRX-fil

Ladda ner 30nama Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
Officiell webbadress https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Beskrivning This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Filstorlek 19.36 KB
Antal Installationer 2,246
Aktuell Version 1.5
Senast Uppdaterad 2020-11-29
Publiceringsdatum 2020-11-29
Betyg 4.88/5 Totalt 26 Betyg
Utvecklare officialcinama
E-post [email protected]
Betalningssätt free
Stödda Språk
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"
    }
}