Stamps

Rate and comment on any website on the internet!

Stampsคืออะไร?

Stamps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stamps.network และคุณลักษณะหลักของมันคือ "Rate and comment on any website on the internet!"

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

screenshot

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

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

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

                        Using the the Stamps extension, anyone can rate and comment on any website on the Internet!                    

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

ชื่อ Stamps Stamps
ID bbjmiallhonbglbjjjlbmphgebalbjmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stamps/bbjmiallhonbglbjjjlbmphgebalbjmb
คำอธิบาย Rate and comment on any website on the internet!
ขนาดไฟล์ 3.43 MB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.2.9
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2022-12-21
ผู้พัฒนา https://stamps.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.stamps.network
URL หน้านโยบายความเป็นส่วนตัว https://www.stamps.network/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stamps",
    "description": "Rate and comment on any website on the internet!",
    "version": "0.2.9",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Stamps",
        "default_icon": "assets\/img\/stampn.png"
    },
    "background": {
        "service_worker": "background\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.stamps.network\/*",
        "http:\/\/localhost:3000\/*"
    ]
}