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"
    }
}