Pantoufl Extension
Cette extension vous permet de savoir lorsque Pantoufl est en direct !
What is Pantoufl Extension?
Pantoufl Extension is a Chrome extension developed by N2PA - www.n2pa.fr, and its main feature is "Cette extension vous permet de savoir lorsque Pantoufl est en direct !".
Extension Screenshots
Download Pantoufl Extension Extension CRX File
Download Pantoufl Extension 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
Disponible pour Google Chrome, cette extension reprend le design de mon site pour l'homogénéité. Lorsque je lance un live, vous serez informé par une notification Chrome. L'icone devient colorée si je stream et est grisée dans le cas contraire. Extension développée par N2PA. Nous sommes ouvert à toute proposition d'amélioration sur twitter: @N2PA_Officiel
Extension Basic Information
Name | Pantoufl Extension |
ID | eammmfiefdahhelgkekddnnjgkfibccl |
Official URL | https://chromewebstore.google.com/detail/pantoufl-extension/eammmfiefdahhelgkekddnnjgkfibccl |
Description | Cette extension vous permet de savoir lorsque Pantoufl est en direct ! |
File Size | 1.7 MB |
Installation Count | 17 |
Current Version | 1.1.3 |
Last Updated | 2019-10-13 |
Publish Date | 2019-10-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | N2PA - www.n2pa.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://pantoufl.tv |
Help Page URL | https://pantoufl.tv |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pantoufl Extension", "description": "Cette extension vous permet de savoir lorsque Pantoufl est en direct !", "version": "1.1.3", "browser_action": { "default_popup": "index.html" }, "icons": { "512": "img\/pantoufl.png" }, "background": { "scripts": [ "assets\/js\/jquery.min.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "notifications" ] } |