Chat Yolo

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

Vad är Chat Yolo?

Chat Yolo är en Chrome-tillägg utvecklad av http://www.chatyolo.com, och dess huvudfunktion är "Free chat room with no registration or download required to use.".

Tilläggsskärmbilder

screenshot

Ladda ner Chat Yolo-förlängningens CRX-fil

Ladda ner Chat Yolo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Chat Yolo Chat Yolo
ID jkadblnnmacmmdcpfnilkemloopdiofn
Officiell webbadress https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn
Beskrivning Free chat room with no registration or download required to use.
Filstorlek 7.34 KB
Antal Installationer 110
Aktuell Version 1.0
Senast Uppdaterad 2016-12-15
Publiceringsdatum 2016-12-14
Utvecklare http://www.chatyolo.com
Betalningssätt free
Tilläggswebbplats https://www.chatyolo.com
Hjälpsida URL https://www.chatyolo.com/contact-us/
URL till Sekretesspolicy Sidan https://www.chatyolo.com/privacy-policy
Stödda Språk 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"
}