DisChrome
A chrome/discord webhook bridge, allowing for easy shitposting
ما هو DisChrome؟
DisChrome هو إضافة Chrome تم تطويرها بواسطة dissy666، والميزة الرئيسية لها هي "A chrome/discord webhook bridge, allowing for easy shitposting".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DisChrome
قم بتنزيل ملفات الامتداد DisChrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        A simple chrome/discord webhook integration for easy posting
just install, create your webhook url, set the extension options, and you're done
github repository:
https://github.com/Dissssy/DisChrome                     معلومات أساسية عن التمديد
| الاسم |  | 
| ID | ogofeobkddgfchpfkpffgkjlginhoele | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele | 
| الوصف | A chrome/discord webhook bridge, allowing for easy shitposting | 
| حجم الملف | 38.62 KB | 
| عدد التثبيتات | 61 | 
| النسخة الحالية | 3.0 | 
| آخر تحديث | 2021-02-02 | 
| تاريخ النشر | 2021-02-01 | 
| تقييم | 5.00/5 مجموع تقييمات 1 | 
| المطور | dissy666 | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "version": "3.0",
    "name": "DisChrome",
    "description": "A chrome\/discord webhook bridge, allowing for easy shitposting",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "DisChrome"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/discord.com\/api\/webhooks\/*"
    ]
} | |