Disqus Bot

A chrome extension to bot your disqus comments

Co to jest Disqus Bot?

Disqus Bot to rozszerzenie Chrome opracowane przez Disqus Bot, a jego główną funkcją jest „A chrome extension to bot your disqus comments”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Disqus Bot

Pobierz pliki rozszerzeń Disqus Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Disqus Bot is a Chrome extension designed to enhance the commenting experience on websites utilizing the Disqus commenting plugin. With our extension, users can conveniently upvote comments within the Disqus system. By simply clicking on a comment ID, it seamlessly appears within our extension, providing a good UI/UX for managing and interacting with Disqus comments.

Join to learn more https://discord.gg/25frdDwujq                    

Podstawowe informacje o rozszerzeniu

Nazwa Disqus Bot Disqus Bot
ID njciikofkkcdoplohjphkagmlkogfcao
Oficjalny URL https://chromewebstore.google.com/detail/disqus-bot/njciikofkkcdoplohjphkagmlkogfcao
Opis A chrome extension to bot your disqus comments
Rozmiar pliku 125 KB
Liczba instalacji 60
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2024-02-04
Data Publikacji 2023-05-10
Ocena 2.60/5 Łącznie 5 Oceny
Deweloper Disqus Bot
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://disqusbot.com/
Adres URL Strony Pomocy https://discord.gg/pBzY5pd8F3
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disqus Bot",
    "description": "A chrome extension to bot your disqus comments",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Disqus Bot",
        "default_popup": "index.html"
    }
}