Villantott

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

Co to jest Villantott?

Villantott to rozszerzenie Chrome opracowane przez ern0, a jego główną funkcją jest „Kiemeli az origo.hu érdekes cikkeit a lap tetejére”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Villantott

Pobierz pliki rozszerzeń Villantott w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
Oficjalny URL https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Opis Kiemeli az origo.hu érdekes cikkeit a lap tetejére
Rozmiar pliku 77.09 KB
Liczba instalacji 288
Aktualna Wersja 1.5.5.30323
Ostatnia Aktualizacja 2023-03-23
Data Publikacji 2023-01-03
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper ern0
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ern0/villantott
Obsługiwane Języki 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
        }
    ]
}