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.

What is 30nama Redirector?

30nama Redirector is a Chrome extension developed by officialcinama, and its main feature is "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Extension Screenshots

screenshot

Download 30nama Redirector Extension CRX File

Download 30nama Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
Official URL 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.
File Size 19.36 KB
Installation Count 2,246
Current Version 1.5
Last Updated 2020-11-29
Publish Date 2020-11-29
Rating 4.88/5 Total 26 Ratings
Developer officialcinama
Email [email protected]
Payment Type free
Supported Languages
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"
    }
}