Steem Blacklist Notifier

This extension shows if user is on a Blacklist for Steem related sites

Steem Blacklist Notifier là gì?

Steem Blacklist Notifier là một tiện ích mở rộng Chrome được phát triển bởi TheMarkyMark, và tính năng chính của nó là "This extension shows if user is on a Blacklist for Steem related sites".

Ả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 Steem Blacklist Notifier

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

                        Steem Blacklist Notifier                    

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

Tên Steem Blacklist Notifier Steem Blacklist Notifier
ID mpdhebkniabfjiobchnbkbcbimafablb
URL Chính Thức https://chromewebstore.google.com/detail/steem-blacklist-notifier/mpdhebkniabfjiobchnbkbcbimafablb
Mô tả This extension shows if user is on a Blacklist for Steem related sites
Kích Thước Tệp 24.33 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2019-07-26
Ngày Phát Hành 2019-07-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TheMarkyMark
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": "Steem Blacklist Notifier",
    "icons": {
        "128": "img\/icon.png"
    },
    "description": "This extension shows if user is on a Blacklist for Steem related sites",
    "version": "1.0.10",
    "content_scripts": [
        {
            "css": [
                "css\/alert.css"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/modernizr.custom.80028.js"
            ],
            "matches": [
                "https:\/\/steemit.com\/*",
                "https:\/\/steempeak.com\/*",
                "https:\/\/partiko.app\/*",
                "https:\/\/busy.org\/*",
                "https:\/\/www.steeve.app\/*",
                "https:\/\/actifit.io\/*",
                "https:\/\/www.palnet.io\/*",
                "https:\/\/stemgeeks.net\/*",
                "https:\/\/www.creativecoin.xyz\/*",
                "https:\/\/www.steemleo.com\/*",
                "https:\/\/www.weedcash.network\/*",
                "https:\/\/www.splintertalk.io\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/blacklist.usesteem.com\/*"
    ],
    "web_accessible_resources": [
        "css\/alert.css"
    ],
    "browser_action": {
        "default_title": "Steem Blacklist",
        "default_icon": "img\/icon.png"
    }
}