mirrorboard

🌏Engage and discuss with people on every website!

mirrorboardคืออะไร?

mirrorboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mirrorboard.com และคุณลักษณะหลักของมันคือ "🌏Engage and discuss with people on every website!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        mirrorboard is a social media platform that allows users to turn any website into a communication space. With mirrorboard, web space becomes a place to meet and chat with people, just like a physical space in the real world.

☕ Chat on Every Website

- Explore instant communication space

- Share your thoughts on the websites you like

📢 Explore the Web’s Voice
- Explore interesting topics shared by other users on mirrorboard.

- Connect with people from around the world and discover their contributions on various websites.

🕊️ mirrorboards exist for freedom of expression.

Historically, humankind has been evolving through exchanging opinions, sometimes quarreling and agreeing with one another.

However, some websites remaining as a highly exclusive medium. 

Through the use of websites, we receive one-sided information or services. 

When we wish to express our opinions on the web, it should be possible at any time on any given web page.

It would no longer matter even if some website doesn't provide any communication features (comments, forms, etc.). 

There are as many spaces for communication as there are websites in the mirrorboard, and these spaces are our independent spaces for communication that cannot be controlled by web service providers. We call this independent communication space 'board'. Just like the blackboard, we can exchange information and opinions on our ‘board’ of mirrorboard.                    

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

ชื่อ mirrorboard mirrorboard
ID hodebjbgjgnbjakphjkoanillachejha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mirrorboard/hodebjbgjgnbjakphjkoanillachejha
คำอธิบาย 🌏Engage and discuss with people on every website!
ขนาดไฟล์ 1.92 MB
จำนวนการติดตั้ง 250
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2022-05-05
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://mirrorboard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mirrorboard.com
URL หน้าช่วยเหลือ https://mirrorboard.com/about
URL หน้านโยบายความเป็นส่วนตัว https://noticeofmirrorboard.notion.site/noticeofmirrorboard/Privacy-Policy-948fb80901cc4a32aead80483d4726ee
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "mirrorboard",
    "author": "mirrorboard-dev-team",
    "version": "1.0.11",
    "description": "\ud83c\udf0fEngage and discuss with people on every website!",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "sidePanel",
        "background"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}