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
Eメール [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
        }
    ]
}