Villantott

Kiemeli az origo.hu érdekes cikkeit a lap tetejére

Villantottคืออะไร?

Villantott เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ern0 และคุณลักษณะหลักของมันคือ "Kiemeli az origo.hu érdekes cikkeit a lap tetejére"

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

screenshot

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

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

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

                        Highlights interesting articles from origo.hu to the top of the page                    

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

ชื่อ Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
คำอธิบาย Kiemeli az origo.hu érdekes cikkeit a lap tetejére
ขนาดไฟล์ 77.09 KB
จำนวนการติดตั้ง 288
เวอร์ชันปัจจุบัน 1.5.5.30323
อัปเดตครั้งล่าสุด 2023-03-23
วันที่เผยแพร่ 2023-01-03
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ern0
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ern0/villantott
ภาษาที่รองรับ hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Villantott",
    "version": "1.5.5.30323",
    "description": "Kiemeli az origo.hu \u00e9rdekes cikkeit a lap tetej\u00e9re",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.origo.hu\/index.html"
            ],
            "js": [
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/villantott.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}