Villantott

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

Apa itu Villantott?

Villantott adalah ekstensi Chrome yang dikembangkan oleh ern0, dan fitur utamanya adalah "Kiemeli az origo.hu érdekes cikkeit a lap tetejére".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Villantott

Unduh file ekstensi Villantott 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

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

Informasi Dasar Ekstensi

Nama Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
URL Resmi https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Deskripsi Kiemeli az origo.hu érdekes cikkeit a lap tetejére
Ukuran File 77.09 KB
Jumlah Instalasi 288
Versi Saat Ini 1.5.5.30323
Terakhir Diperbarui 2023-03-23
Tanggal Publikasi 2023-01-03
Penilaian 5.00/5 Total 5 Penilaian
Pengembang ern0
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ern0/villantott
Bahasa yang Didukung 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
        }
    ]
}