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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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