Villantott

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

Villantott là gì?

Villantott là một tiện ích mở rộng Chrome được phát triển bởi ern0, và tính năng chính của nó là "Kiemeli az origo.hu érdekes cikkeit a lap tetejére".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Villantott

Tải xuống các tệp mở rộng Villantott dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Villantott Villantott
ID acponbbjgfjkofdhadlnihcbanidjdol
URL Chính Thức https://chrome.google.com/webstore/detail/villantott/acponbbjgfjkofdhadlnihcbanidjdol
Mô tả Kiemeli az origo.hu érdekes cikkeit a lap tetejére
Kích Thước Tệp 77.09 KB
Số Lần Cài Đặt 288
Phiên Bản Hiện Tại 1.5.5.30323
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2023-01-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ern0
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ern0/villantott
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}