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 là gì?

30nama Redirector là một tiện ích mở rộng Chrome được phát triển bởi officialcinama, và tính năng chính của nó là "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 30nama Redirector

Tải xuống các tệp mở rộng 30nama Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
URL Chính Thức https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Mô tả This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Kích Thước Tệp 19.36 KB
Số Lần Cài Đặt 2,246
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-11-29
Ngày Phát Hành 2020-11-29
Đánh Giá 4.88/5 Tổng số 26 Đánh Giá
Nhà Phát Triển officialcinama
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ
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"
    }
}