Villantott

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

什么是Villantott?

Villantott是由ern0开发的Chrome扩展程序,该扩展的主要功能是“Kiemeli az origo.hu érdekes cikkeit a lap tetejére”。

扩展截图

screenshot

下载Villantott扩展crx文件

下载Villantott扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
官方URL https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
简介 Kiemeli az origo.hu érdekes cikkeit a lap tetejére
文件大小 77.09 KB
安装次数 288
当前版本 1.5.5.30323
更新时间 2023-03-23
上架时间 2023-01-03
评分 5.00/5 共5次评分
开发者 ern0
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ern0/villantott
支持的语言 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
        }
    ]
}