Disqus Bot

A chrome extension to bot your disqus comments

Was ist Disqus Bot?

Disqus Bot ist eine Chrome-Erweiterung, die von Disqus Bot entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to bot your disqus comments".

Erweiterungsscreenshots

Disqus Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disqus Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Disqus Bot Disqus Bot
ID njciikofkkcdoplohjphkagmlkogfcao
Offizielle URL https://chromewebstore.google.com/detail/disqus-bot/njciikofkkcdoplohjphkagmlkogfcao
Beschreibung A chrome extension to bot your disqus comments
Dateigröße 125 KB
Installationsanzahl 60
Aktuelle Version 1.0.0
Letztes Update 2024-02-04
Veröffentlichungsdatum 2023-05-10
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler Disqus Bot
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://disqusbot.com/
Hilfeseite URL https://discord.gg/pBzY5pd8F3
Unterstützte Sprachen 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"
    }
}