Chat Yolo

Free chat room with no registration or download required to use.

Hvad er Chat Yolo?

Chat Yolo er en Chrome-udvidelse udviklet af http://www.chatyolo.com, og dens hovedfunktion er "Free chat room with no registration or download required to use.".

Udvidelsesskærmbilleder

screenshot

Download Chat Yolo-udvidelses-CRX-fil

Download Chat Yolo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Join our free chat room community and get the ability to have a unique username and profile pic while chatting. There is no registration or download required to use the chat room and it is open to everyone on the web.                    

Grundlæggende oplysninger om udvidelsen

Navn Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
Officiel URL https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Beskrivelse Free chat room with no registration or download required to use.
Filstørrelse 7.34 KB
Antal Installationer 110
Nuværende Version 1.0
Senest Opdateret 2016-12-15
Udgivelsesdato 2016-12-14
Udvikler http://www.chatyolo.com
Betalingsmetode free
Udvidelseswebsted https://www.chatyolo.com
Hjælpeside-URL https://www.chatyolo.com/contact-us/
URL til Fortrolighedspolitik Side https://www.chatyolo.com/privacy-policy
Understøttede Sprog en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/ChatYolo.png"
    },
    "manifest_version": 2,
    "version": "1.0",
    "name": "Chat Yolo",
    "description": "Free chat room with no registration or download required to use.",
    "icons": {
        "128": "icons\/ChatYolo.png",
        "16": "icons\/ChatYolo.png",
        "48": "icons\/ChatYolo.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}