Intra42Nova
Agrega la progresión del White Nova en tu Intra de 42 Madrid.
What is Intra42Nova?
Intra42Nova is a Chrome extension developed by m00nbyt3, and its main feature is "Agrega la progresión del White Nova en tu Intra de 42 Madrid.".
Extension Screenshots
Download Intra42Nova Extension CRX File
Download Intra42Nova 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
Agrega la progresión del White Nova en tu Intra de 42 Madrid.
Extension Basic Information
Name | Intra42Nova |
ID | fnehnflgpiaemngoknikolkcgcigabhc |
Official URL | https://chromewebstore.google.com/detail/intra42nova/fnehnflgpiaemngoknikolkcgcigabhc |
Description | Agrega la progresión del White Nova en tu Intra de 42 Madrid. |
File Size | 6.16 KB |
Installation Count | 256 |
Current Version | 2.0.3 |
Last Updated | 2022-10-25 |
Publish Date | 2022-08-01 |
Rating | 4.00/5 Total 4 Ratings |
Developer | m00nbyt3 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52 |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intra42Nova", "description": "", "author": "apavel ycarro alvrodri", "version": "2.0.3", "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "https:\/\/profile.intra.42.fr\/*" ], "resources": [ "layout.html" ] } ], "content_scripts": [ { "run_at": "document_end", "js": [ "index.js" ], "matches": [ "https:\/\/profile.intra.42.fr\/*" ], "css": [ "style.css" ] } ] } |