Villantott

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

Wat is Villantott?

Villantott is een Chrome-extensie ontwikkeld door ern0, en de belangrijkste functie is "Kiemeli az origo.hu érdekes cikkeit a lap tetejére".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Villantott

Download Villantott-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
Officiële URL https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Beschrijving Kiemeli az origo.hu érdekes cikkeit a lap tetejére
Bestandsgrootte 77.09 KB
Aantal Installaties 288
Huidige Versie 1.5.5.30323
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2023-01-03
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar ern0
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ern0/villantott
Ondersteunde Talen 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
        }
    ]
}