Online Neighbours

Interact and share links with your friends in Jike App

Online Neighbours क्या है?

Online Neighbours naixy28 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interact and share links with your friends in Jike App"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Online Neighbours एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Online Neighbours for Jike App Users

You can:
- Sign in with your Jike App (By scanning the QR Code)
- Find and add friends already using Jike
- Share current tab's url and title so that your friends can see it
- Knock on avatars just for fun

CHANGELOG
v1.4.3:
- add support for side panel api (Chrome >= 114)

v1.4.1:
- open jike user home pages when click on names

v1.4.0:
- show url when hover a title
- refactor list ui but looks identical
- fix bugs

v1.0.1:
- use a more concise icon
- fix ui bugs
- better notification
- show unhandled invitations count in front page                    

एक्सटेंशन की मूल जानकारी

नाम Online Neighbours Online Neighbours
ID jdcfdlcfpmcjgodebamofjldkdmbgeka
आधिकारिक URL https://chromewebstore.google.com/detail/online-neighbours/jdcfdlcfpmcjgodebamofjldkdmbgeka
विवरण Interact and share links with your friends in Jike App
फ़ाइल का आकार 116 KB
स्थापना संख्या 926
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2023-03-22
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर naixy28
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html",
        "default_title": "Click to open"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "default": {
        "manifest_version": 3,
        "name": "Online Neighbours",
        "version": "1.4.3",
        "description": "Interact and share links with your friends in Jike App",
        "action": {
            "default_popup": "index.html",
            "default_title": "Click to open"
        },
        "side_panel": {
            "default_path": "index.html"
        },
        "icons": {
            "16": "src\/assets\/logo-2-48.png",
            "32": "src\/assets\/logo-2-48.png",
            "48": "src\/assets\/logo-2-48.png",
            "128": "src\/assets\/logo-2-128.png"
        },
        "permissions": [
            "activeTab",
            "tabs",
            "notifications",
            "storage",
            "alarms",
            "sidePanel"
        ],
        "host_permissions": [
            "*:\/\/*\/*"
        ],
        "background": {
            "service_worker": "src\/background.ts",
            "tpye": "module"
        }
    },
    "description": "Interact and share links with your friends in Jike App",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "src\/assets\/logo-2-48.png",
        "32": "src\/assets\/logo-2-48.png",
        "48": "src\/assets\/logo-2-48.png",
        "128": "src\/assets\/logo-2-128.png"
    },
    "manifest_version": 3,
    "name": "Online Neighbours",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "alarms",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "index.html"
    },
    "version": "1.4.3"
}