DFeedbackPlus

Helper for Discord Feedback

DFeedbackPlus là gì?

DFeedbackPlus là một tiện ích mở rộng Chrome được phát triển bởi Dougley, và tính năng chính của nó là "Helper for Discord Feedback".

Ả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 DFeedbackPlus

Tải xuống các tệp mở rộng DFeedbackPlus 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

                        This plugin adds 'Copy ID' buttons to Discord's feedback website                    

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

Tên DFeedbackPlus DFeedbackPlus
ID kddnmabdnlffochhknicdaebhnhkedpf
URL Chính Thức https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf
Mô tả Helper for Discord Feedback
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2019-06-19
Ngày Phát Hành 2019-06-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Dougley
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://dougley.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "inject\/copy-id.js",
                "inject\/copy-link.js"
            ],
            "matches": [
                "https:\/\/support.discordapp.com\/hc\/*\/community\/*"
            ]
        },
        {
            "js": [
                "inject\/base64-lite.js",
                "inject\/search-results.js"
            ],
            "matches": [
                "https:\/\/support.discordapp.com\/hc\/*\/search*"
            ]
        }
    ],
    "description": "Helper for Discord Feedback",
    "manifest_version": 2,
    "name": "DFeedbackPlus",
    "permissions": [
        "https:\/\/support.discordapp.com\/hc\/*",
        "clipboardWrite"
    ],
    "version": "0.4.0",
    "icons": {
        "128": "icons\/mbdwi.png"
    },
    "page_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "128": "icons\/mbdwi.png"
        },
        "show_matches": [
            "https:\/\/support.discordapp.com\/hc\/*\/community\/*",
            "https:\/\/support.discordapp.com\/hc\/*\/search*"
        ]
    }
}