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.

什么是30nama Redirector?

30nama Redirector是由officialcinama开发的Chrome扩展程序,该扩展的主要功能是“This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.”。

扩展截图

screenshot

下载30nama Redirector扩展crx文件

下载30nama Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
官方URL https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
简介 This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
文件大小 19.36 KB
安装次数 2,246
当前版本 1.5
更新时间 2020-11-29
上架时间 2020-11-29
评分 4.88/5 共26次评分
开发者 officialcinama
电子邮箱 [email protected]
付费类型 free
支持的语言
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"
    }
}