444.hu Disqus Embed

Kommentek beágyazása a 444.hu cikkei alatt

444.hu Disqus Embed क्या है?

444.hu Disqus Embed amazing_value द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kommentek beágyazása a 444.hu cikkei alatt"।

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

screenshot

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

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

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

                        - A 444.hu oldalain megjelenik egy "Hozzászólások" gomb a cikkek alatt, ahogy ez régen minden cikknél alapból ott volt
- A gombra kattintva az oldalon belül betöltődnek a Disqus kommentek
- Működik minden aloldalon (pl. jo.444.hu) és a blogokon (pl. drogriporter.444.hu)
- A szerzők neve mellett is elhelyez egy gombot, így egy kattintással a kommentekre lehet ugrani
* A cikk alján megjelenik egy kék gomb is, amivel a Redditen nyithatsz egy topikot az adott cikknek
* A cikkek alatti, fölötti és az oldalsávban elhelyezett reklámok nagy részét eltávolítja

- Restores the Comments button on the pages of 444.hu, just as it was before, below all articles
- Clicking the button loads the Disqus comments within the page
- Works on all sub domains (e.g. jo.444.hu) and blogs (e.g. drogriporter.444.hu)
- Also adds a button next to the name of the authors so you can jump to the comments by one click
- In addition, adds a blue button below the articles which makes it easy to open a Reddit topic about the article
- Removes most of the ads below and above the articles, and also in the side column                    

एक्सटेंशन की मूल जानकारी

नाम 444.hu Disqus Embed 444.hu Disqus Embed
ID cpmpfmchbheonjnobcehbdicgangdbmd
आधिकारिक URL https://chromewebstore.google.com/detail/444hu-disqus-embed/cpmpfmchbheonjnobcehbdicgangdbmd
विवरण Kommentek beágyazása a 444.hu cikkei alatt
फ़ाइल का आकार 22.65 KB
स्थापना संख्या 39
वर्तमान संस्करण 0.4.5
अंतिम अपडेट 2021-07-26
प्रकाशन तिथि 2021-05-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर amazing_value
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/444hu/disqus
सहायता पृष्ठ URL https://gitlab.com/444hu/disqus/-/issues
समर्थित भाषाएँ hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "444.hu Disqus Embed",
    "version": "0.4.5",
    "description": "Kommentek be\u00e1gyaz\u00e1sa a 444.hu cikkei alatt",
    "icons": {
        "48": "icons\/444comments-48.png",
        "96": "icons\/444comments-96.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/444.hu\/*",
                "*:\/\/*.444.hu\/*"
            ],
            "js": [
                "444hu.disqus.user.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{82bf8250-cffd-4c33-9c2c-3ee6c1892f57}",
            "strict_min_version": "57.0"
        }
    }
}