Youtube Chat Extension
This extension allows you to chat on YouTube.
Wat is Youtube Chat Extension?
Youtube Chat Extension is een Chrome-extensie ontwikkeld door kumarm4, en de belangrijkste functie is "This extension allows you to chat on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Chat Extension
Download Youtube Chat Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension that allows you to chat with people that are watching the same YouTube video. You can install this extension if you want to chat with friends while watching a YouTube video, or if you want to join a live discussion on a popular video. Youtube Chat Extension is not responsible for any lost or stolen data from direct use or from side effects of installing the extension. Youtube Chat Extension is not meant to transmit sensitive or secure information. Youtube Chat Extension is not responsible for any content that is expressed on it by its users by means of text.
Basisinformatie over de Extensie
Naam | Youtube Chat Extension |
ID | accoddbafphmkcjgfekipkcimhomaenp |
Officiële URL | https://chromewebstore.google.com/detail/youtube-chat-extension/accoddbafphmkcjgfekipkcimhomaenp |
Beschrijving | This extension allows you to chat on YouTube. |
Bestandsgrootte | 769 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-12-11 |
Publicatiedatum | 2020-12-11 |
Ontwikkelaar | kumarm4 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Chat Extension", "description": "This extension allows you to chat on YouTube.", "version": "0.0.1", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon.ico", "48": "logo48.png", "128": "logo128.png" }, "content_security_policy": "script-src 'self' 'sha256-a7QNwV+1osAC6bXKzzgKk6A6flFr6M\/rAKUL6EiBwzM='; object-src 'self'" } |