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.

Apa itu 30nama Redirector?

30nama Redirector adalah ekstensi Chrome yang dikembangkan oleh officialcinama, dan fitur utamanya adalah "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 30nama Redirector

Unduh file ekstensi 30nama Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 30nama Redirector 30nama Redirector
ID cgainnjhmbcnlaofbeefmigcdkcdemjd
URL Resmi https://chrome.google.com/webstore/detail/30nama-redirector/cgainnjhmbcnlaofbeefmigcdkcdemjd
Deskripsi This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.
Ukuran File 19.36 KB
Jumlah Instalasi 2,246
Versi Saat Ini 1.5
Terakhir Diperbarui 2020-11-29
Tanggal Publikasi 2020-11-29
Penilaian 4.88/5 Total 26 Penilaian
Pengembang officialcinama
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung
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"
    }
}