LINE

Free messaging any time, anywhere

Was ist LINE?

LINE ist eine Chrome-Erweiterung, die von LY Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Free messaging any time, anywhere".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LINE-Erweiterungs-CRX-Datei herunterladen

Laden Sie LINE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing LINE Chrome 3.0

LINE Chrome's latest update brings enhanced stability and greater convenience. We now support more features from the mobile version and better security. 

• Improved screen design and readability
• Added various types of stickers and emojis
• More features available in chats including reactions to messages
• Improved security measures
• You will stay logged in even after refreshing the browser.

After the update, you will only be able to read messages from the last 2 weeks on LINE Chrome. Make sure you log in again after the update to enable the new features.
Thank you for using LINE Chrome. We will continue striving to improve our service.

Free messaging any time, anywhere
LINE reshapes communication around the globe, allowing you to enjoy free messaging wherever you find yourself. Install LINE now and stay close with your favorite people.

Show your emotions through expressive LINE stickers
- Choose from an extensive variety of LINE stickers that perfectly capture a wide range of emotions.

Large files? No problem!
- Send photos and even large files up to 1 GB quickly and easily. 

Stay closer by creating groups
- Keep in better touch with your family, school friends, and other people important to you. 
- Share exciting news and interesting conversations with multiple friends at once. 
- Easily organize your groups in a separate list.

Screen capture made easy
- From cute pet photos to complicated graphs, easily capture your screen and save it to a memo or share it with friends. 
- As long as you have the Chrome browser, you can easily use LINE Chrome to capture your screens.

Enjoy secure chats with Letter Sealing
- All your chat messages, calls, and shared locations can be encrypted using Letter Sealing. 
- Your chats are always safe in LINE!

* The Chrome version of LINE is available on Chrome OS, Windows, Mac, and Linux.
* Please use the official version of Chrome to experience LINE at its best.                    

Grundlegende Informationen zur Erweiterung

Name LINE LINE
ID ophjlpahpchlmihnnnihgmmeilfjmjjc
Offizielle URL https://chromewebstore.google.com/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc
Beschreibung Free messaging any time, anywhere
Dateigröße 4.91 MB
Installationsanzahl 3,671,135
Aktuelle Version 3.2.3
Letztes Update 2024-02-20
Veröffentlichungsdatum 2020-04-08
Bewertung 3.67/5 Insgesamt 7056 Bewertungen
Entwickler LY Corporation
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://terms.line.me/line_rules
Unterstützte Sprachen en,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LINE",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "sandbox": {
        "pages": [
            "ltsmSandbox.html",
            "cropperSandbox.html"
        ]
    },
    "action": {
        "default_title": "LINE",
        "default_icon": {
            "32": "line_logo_48x48_off.png",
            "48": "line_logo_48x48_off.png",
            "64": "line_logo_128x128_off.png",
            "96": "line_logo_128x128_off.png",
            "128": "line_logo_128x128_off.png"
        }
    },
    "icons": {
        "32": "line_logo_48x48_on.png",
        "48": "line_logo_48x48_on.png",
        "64": "line_logo_128x128_on.png",
        "96": "line_logo_128x128_on.png",
        "128": "line_logo_128x128_on.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "system.display",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "3.2.3"
}