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 - это расширение Chrome, разработанное officialcinama, и его основная функция - "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 30nama Redirector

Скачайте файлы расширений 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"
    }
}