Disqus Bot

A chrome extension to bot your disqus comments

ما هو Disqus Bot؟

Disqus Bot هو إضافة Chrome تم تطويرها بواسطة Disqus Bot، والميزة الرئيسية لها هي "A chrome extension to bot your disqus comments".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Disqus Bot

قم بتنزيل ملفات الامتداد Disqus Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Disqus Bot Disqus Bot
ID njciikofkkcdoplohjphkagmlkogfcao
عنوان URL الرسمي https://chromewebstore.google.com/detail/disqus-bot/njciikofkkcdoplohjphkagmlkogfcao
الوصف A chrome extension to bot your disqus comments
حجم الملف 125 KB
عدد التثبيتات 60
النسخة الحالية 1.0.0
آخر تحديث 2024-02-04
تاريخ النشر 2023-05-10
تقييم 2.60/5 مجموع تقييمات 5
المطور Disqus Bot
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://disqusbot.com/
عنوان صفحة المساعدة https://discord.gg/pBzY5pd8F3
اللغات المدعومة 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"
    }
}