KarmineCorp
Extension pour KarmineCorp
What is KarmineCorp?
KarmineCorp is a Chrome extension developed by https://kametotv.fr, and its main feature is "Extension pour KarmineCorp".
Extension Screenshots
Download KarmineCorp Extension CRX File
Download KarmineCorp 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
L'extension Karmine Corp est maintenant disponible. Vous pourrez sélectionner vos joueurs préférés pour savoir quand ils sont en live, sélectionner les jeux que vous souhaitez suivre pour voir les prochains matchs, les résultats et les classements. Vous pourrez également recevoir des notifications YouTube lorsqu'une nouvelle vidéo est publiée, et bien d'autres choses encore.
Extension Basic Information
Name | KarmineCorp |
ID | dofnhmbogpboimpoeoadldkfhgkdkecj |
Official URL | https://chromewebstore.google.com/detail/karminecorp/dofnhmbogpboimpoeoadldkfhgkdkecj |
Description | Extension pour KarmineCorp |
File Size | 2.55 MB |
Installation Count | 10,000 |
Current Version | 1.0.8 |
Last Updated | 2023-04-01 |
Publish Date | 2023-01-24 |
Rating | 5.00/5 Total 108 Ratings |
Developer | https://kametotv.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://kametotv.fr |
Supported Languages | fr |
manifest.json | |
{ "description": "Extension pour KarmineCorp", "version": "1.0.8", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KarmineCorp", "author": "Praaly", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "KarmineCorp", "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "background", "notifications", "storage", "alarms" ], "host_permissions": [ "*:\/\/*.kametotv.fr\/*", "*:\/\/*.ytimg.com\/*", "*:\/\/static-cdn.jtvnw.net\/*" ] } |