Discussions on HN, Reddit and Lobsters

See if the current page has been discussed on Hacker News, Lobsters and Reddit

Discussions on HN, Reddit and Lobsters क्या है?

Discussions on HN, Reddit and Lobsters https://discu.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See if the current page has been discussed on Hacker News, Lobsters and Reddit"।

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

screenshot
screenshot

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

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

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

                        Find discussions on Hacker News, Reddit, Lobsters and others.

Once installed a badge is shown with the number of discussions and comments for the pages you visit. Click the badge to see the list of all the discussions.                    

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

नाम Discussions on HN, Reddit and Lobsters Discussions on HN, Reddit and Lobsters
ID mihejilgifecplfpdfhjghfmhbhajcke
आधिकारिक URL https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke
विवरण See if the current page has been discussed on Hacker News, Lobsters and Reddit
फ़ाइल का आकार 5.2 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2022-02-23
डेवलपर https://discu.eu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://discu.eu
सहायता पृष्ठ URL https://discu.eu/support/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discussions on HN, Reddit and Lobsters",
    "version": "1.0.2",
    "author": "Alexandru Cojocaru",
    "description": "See if the current page has been discussed on Hacker News, Lobsters and Reddit",
    "homepage_url": "https:\/\/discu.eu",
    "icons": {
        "32": "icons\/favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/discu.eu\/*"
    ],
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_title": "Discussions"
    },
    "background": {
        "service_worker": "background.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "65.0"
        }
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Discussions",
            "search_url": "https:\/\/discu.eu\/?q={searchTerms}",
            "keyword": "discu",
            "favicon_url": "https:\/\/discu.eu\/static\/favicon-32x32.png",
            "is_default": false,
            "encoding": "UTF-8"
        }
    }
}