Steem Blacklist Notifier

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

Steem Blacklist Notifierคืออะไร?

Steem Blacklist Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheMarkyMark และคุณลักษณะหลักของมันคือ "This extension shows if user is on a Blacklist for Steem related sites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steem Blacklist Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Steem Blacklist Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Steem Blacklist Notifier                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steem Blacklist Notifier Steem Blacklist Notifier
ID mpdhebkniabfjiobchnbkbcbimafablb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steem-blacklist-notifier/mpdhebkniabfjiobchnbkbcbimafablb
คำอธิบาย This extension shows if user is on a Blacklist for Steem related sites
ขนาดไฟล์ 24.33 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2019-07-26
วันที่เผยแพร่ 2019-07-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา TheMarkyMark
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}