Steem Sincerity

Hides spam and shows inline account info for accounts on steemit.com

Steem Sincerityคืออะไร?

Steem Sincerity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andybets และคุณลักษณะหลักของมันคือ "Hides spam and shows inline account info for accounts on steemit.com"

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

screenshot

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

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

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

                        Allows you to hide spam posts and view information about Steem account simply by hovering over account names.                    

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

ชื่อ Steem Sincerity Steem Sincerity
ID jdebpkaebacmccekgiafajjhmnkjkgmi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steem-sincerity/jdebpkaebacmccekgiafajjhmnkjkgmi
คำอธิบาย Hides spam and shows inline account info for accounts on steemit.com
ขนาดไฟล์ 18.21 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-03-16
วันที่เผยแพร่ 2018-03-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา andybets
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steem Sincerity",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Hides spam and shows inline account info for accounts on steemit.com",
    "homepage_url": "https:\/\/multi.tube\/s\/api\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Hide Spam \/ Show Account Info",
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "https:\/\/steemit.com\/*",
        "https:\/\/multi.tube\/*"
    ]
}