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
Eメール [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"
    }
}