Doge Helper

Simply show which Reddit Subs allow Dogecoin Tipping.

Doge Helper là gì?

Doge Helper là một tiện ích mở rộng Chrome được phát triển bởi coding_is_fun, và tính năng chính của nó là "Simply show which Reddit Subs allow Dogecoin Tipping.".

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

Tải xuống các tệp mở rộng Doge Helper 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 small icon appears in the top right corner of the browser.

A Red Icon means no tipping allowed.

A Yellow Icon means tipping is allowed and mods have not banned it.

A Green Icon means tipping has been allowed by the mods in the sub.

Enjoy :)

/u/coding_is_fun                    

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

Tên Doge Helper Doge Helper
ID elmagecemghfoepdmblmnmahacplalhi
URL Chính Thức https://chrome.google.com/webstore/detail/elmagecemghfoepdmblmnmahacplalhi
Mô tả Simply show which Reddit Subs allow Dogecoin Tipping.
Kích Thước Tệp 15.4 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Nhà Phát Triển coding_is_fun
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Helper",
    "description": "Simply show which Reddit Subs allow Dogecoin Tipping.",
    "version": "2.0",
    "background": {
        "scripts": [
            "DogeHelper.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "yellow.png",
        "default_popup": "DogeHelper.html"
    }
}