YouTube channel location

Show info about the YouTube channel location(country) in the video description.

YouTube channel locationคืออะไร?

YouTube channel location เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arsxrs และคุณลักษณะหลักของมันคือ "Show info about the YouTube channel location(country) in the video description."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube channel location

ดาวน์โหลดไฟล์ส่วนขยาย YouTube channel location ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension adds a label with the region(location) information of the YouTube channel near the video description.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube channel location YouTube channel location
ID lagfgccfpnemkkekoonccjidinipogpd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lagfgccfpnemkkekoonccjidinipogpd
คำอธิบาย Show info about the YouTube channel location(country) in the video description.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 763
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2022-04-29
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา arsxrs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}