Disqus Bot

A chrome extension to bot your disqus comments

Vad är Disqus Bot?

Disqus Bot är en Chrome-tillägg utvecklad av Disqus Bot, och dess huvudfunktion är "A chrome extension to bot your disqus comments".

Tilläggsskärmbilder

Ladda ner Disqus Bot-förlängningens CRX-fil

Ladda ner Disqus Bot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Disqus Bot Disqus Bot
ID njciikofkkcdoplohjphkagmlkogfcao
Officiell webbadress https://chromewebstore.google.com/detail/disqus-bot/njciikofkkcdoplohjphkagmlkogfcao
Beskrivning A chrome extension to bot your disqus comments
Filstorlek 125 KB
Antal Installationer 60
Aktuell Version 1.0.0
Senast Uppdaterad 2024-02-04
Publiceringsdatum 2023-05-10
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare Disqus Bot
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://disqusbot.com/
Hjälpsida URL https://discord.gg/pBzY5pd8F3
Stödda Språk 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"
    }
}