DisChrome

A chrome/discord webhook bridge, allowing for easy shitposting

DisChrome là gì?

DisChrome là một tiện ích mở rộng Chrome được phát triển bởi dissy666, và tính năng chính của nó là "A chrome/discord webhook bridge, allowing for easy shitposting".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DisChrome

Tải xuống các tệp mở rộng DisChrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DisChrome DisChrome
ID ogofeobkddgfchpfkpffgkjlginhoele
URL Chính Thức https://chromewebstore.google.com/detail/dischrome/ogofeobkddgfchpfkpffgkjlginhoele
Mô tả A chrome/discord webhook bridge, allowing for easy shitposting
Kích Thước Tệp 38.62 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2021-02-02
Ngày Phát Hành 2021-02-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dissy666
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}