Hey. Chat everywhere

Chat on every website.

Hey. Chat everywhereคืออะไร?

Hey. Chat everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hey.network และคุณลักษณะหลักของมันคือ "Chat on every website."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey. Chat everywhere

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

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

                        The web isn't what it once was: it seems we've gone from young, wild, and free to strict, old, and in bed by 20.30. 

The Internet—a place we learned to read, write, and roam free—is growing more censored by the day, full of fools declaring fake news and forcing valuable information to be covered up or taken down. We're here to say Hey, not cool. It's time to soften up, search for our roots, and take back control. We want a new Internet norm—positive impact and supportive interaction.

That's why we created Hey—a platform that provides undisturbed access to your peers and is built on transparency. Hey adds a top layer to the Internet onion, functioning as an extension on users' browsers that nestles into the right side of each web page. The platform is a place to share ideas, advice, and insight. For example, to comment openly on available products and discounts accessible elsewhere, find help from fellow developers, or warn virtual friends of site scams. The major bonus: the Hey extension can't be removed or edited by site owners themselves, so your input will never be altered or erased based on their agendas. The only time anything gets amended is when it's deemed harmful to the health of the platform—hate speech and its foul friends—by other users. Even then, there are tools in place to minimize the risk of misreporting.

We take democracy to the next level, incorporating a reward and referral system as well as karma points accrual in order to redistribute value to the users who create it. Power to the people? Yeah, that, and then some profit to the people.  

Hey is here to make change happen and to promote liberty on the World Wide Web. We want you on board.                    

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

ชื่อ Hey. Chat everywhere Hey. Chat everywhere
ID oljapmkoghjdmahglcpflcgcejpdecap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hey-chat-everywhere/oljapmkoghjdmahglcpflcgcejpdecap
คำอธิบาย Chat on every website.
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.0.30
อัปเดตครั้งล่าสุด 2019-03-01
วันที่เผยแพร่ 2019-03-01
คะแนน 4.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://hey.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hey.network
URL หน้าช่วยเหลือ https://t.me/heysociety
URL หน้านโยบายความเป็นส่วนตัว https://github.com/nbstr/hey-privacy-policy/blob/master/privacy_policy.md
ภาษาที่รองรับ en,fr,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Hey Group",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.0.30",
    "icons": {
        "16": "img\/hey.png",
        "48": "img\/hey.png",
        "128": "img\/hey.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "externally_connectable": {
        "matches": [
            "*:\/\/hey.network\/*",
            "*:\/\/www.hey.network\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        "index.html",
        "pixel.png"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "tabs",
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Hey extension",
        "default_icon": "img\/hey.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "toggle-hey": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle Hey"
        }
    }
}