Villantott

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

Villantott क्या है?

Villantott ern0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kiemeli az origo.hu érdekes cikkeit a lap tetejére"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Villantott एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}