MyCCB
Ajoute le lecteur de TF1 au stream
What is MyCCB?
MyCCB is a Chrome extension developed by neirda, and its main feature is "Ajoute le lecteur de TF1 au stream".
Extension Screenshots
Download MyCCB Extension CRX File
Download MyCCB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Affiche le player MYTF1 sur le stream d'un membre CACABOX pour regarder le match avec eux. Permet d'ajouter le lecteur de TF1 au stream twitch. Permet aussi de désactiver et réactiver le lecteur en cliquant sur l'icone
Extension Basic Information
Name | MyCCB |
ID | hohanmbmbdhdbfafljmchhfnmoldkcpb |
Official URL | https://chromewebstore.google.com/detail/myccb/hohanmbmbdhdbfafljmchhfnmoldkcpb |
Description | Ajoute le lecteur de TF1 au stream |
File Size | 189 KB |
Installation Count | 5,852 |
Current Version | 1.3 |
Last Updated | 2022-12-14 |
Publish Date | 2022-11-19 |
Rating | 4.82/5 Total 11 Ratings |
Developer | neirda |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MyCCB", "version": "1.3", "description": "Ajoute le lecteur de TF1 au stream", "icons": { "96": "icons\/icon.png" }, "action": { "default_icon": { "96": "icons\/icon.png" }, "default_title": "MyCcb" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/www.tf1.fr\/tf1\/direct?context=myccb" ], "js": [ "myccb.js", "tf1modifier.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "fullscreen.css" ], "matches": [ "*:\/\/www.tf1.fr\/*" ], "extension_ids": [] } ] } |