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
官方網址 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"
    }
}