Cloutception

Updates user

Cloutceptionคืออะไร?

Cloutception เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rocodesign และคุณลักษณะหลักของมันคือ "Updates user"

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

screenshot
screenshot
screenshot

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

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

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

                        Cloutception displays aggregated blockchain data on bitclout.com, relevant to the creator page the user navigates to.

* Flag creators who sold their coins
The extension shows the amount a creator bought / sold immediately after navigating to a creator page

* Show creator wallet
Displays details about a creator wallet, list of wallet entries as well as an aggregation with the total market value of all entries

* Show creator purchase history
Displays a list of purchases and sells involving the creator coin with details on how the creator coin price was affected

* Search by public key
Enables users to search by entering a public key in the search field.                    

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

ชื่อ Cloutception Cloutception
ID piibkonaoihcgbfhbjbjpldfhhdnapjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk
คำอธิบาย Updates user
ขนาดไฟล์ 251 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2021-05-12
วันที่เผยแพร่ 2021-05-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rocodesign
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cloutception.club
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloutception",
    "description": "Updates user ",
    "version": "0.5.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bitclout.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "16": "\/Cloutception-16.png",
        "32": "\/Cloutception-32.png",
        "48": "\/Cloutception-48.png",
        "128": "\/Cloutception-128.png"
    }
}