Villantott

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

What is Villantott?

Villantott is a Chrome extension developed by ern0, and its main feature is "Kiemeli az origo.hu érdekes cikkeit a lap tetejére".

Extension Screenshots

screenshot

Download Villantott Extension CRX File

Download Villantott extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
Official URL https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Description Kiemeli az origo.hu érdekes cikkeit a lap tetejére
File Size 77.09 KB
Installation Count 288
Current Version 1.5.5.30323
Last Updated 2023-03-23
Publish Date 2023-01-03
Rating 5.00/5 Total 5 Ratings
Developer ern0
Email [email protected]
Payment Type free
Extension Website https://github.com/ern0/villantott
Supported Languages 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
        }
    ]
}