Villantott

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

Vad är Villantott?

Villantott är en Chrome-tillägg utvecklad av ern0, och dess huvudfunktion är "Kiemeli az origo.hu érdekes cikkeit a lap tetejére".

Tilläggsskärmbilder

screenshot

Ladda ner Villantott-förlängningens CRX-fil

Ladda ner Villantott-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
Officiell webbadress https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Beskrivning Kiemeli az origo.hu érdekes cikkeit a lap tetejére
Filstorlek 77.09 KB
Antal Installationer 288
Aktuell Version 1.5.5.30323
Senast Uppdaterad 2023-03-23
Publiceringsdatum 2023-01-03
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare ern0
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ern0/villantott
Stödda Språk 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
        }
    ]
}