Chrall
Une extension Chrome open-source pour Mounty Hall
What is Chrall?
Chrall is a Chrome extension developed by denys.seguret, and its main feature is "Une extension Chrome open-source pour Mounty Hall".
Extension Screenshots
Download Chrall Extension CRX File
Download Chrall 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
Une extension pour le jeu MountyHall.
Si vous ne connaissez pas MountyHall, ne perdez pas de temps à installer Chrall.
Pour causer de Chrall, le meilleur endroit c'est Miaou: http://miaou.dystroy.org/167?Chrall Extension Basic Information
| Name | |
| ID | mfmkjgnjciljgjgeindelgokgdbkdndj |
| Official URL | https://chromewebstore.google.com/detail/chrall/mfmkjgnjciljgjgeindelgokgdbkdndj |
| Description | Une extension Chrome open-source pour Mounty Hall |
| File Size | 224 KB |
| Installation Count | 464 |
| Current Version | 4.2.7 |
| Last Updated | 2020-06-05 |
| Publish Date | 2020-06-05 |
| Rating | 4.94/5 Total 35 Ratings |
| Developer | denys.seguret |
| Payment Type | free |
| Extension Website | https://chrall.dystroy.org |
| Supported Languages | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrall",
"version": "4.2.7",
"description": "Une extension Chrome open-source pour Mounty Hall",
"icons": {
"128": "icone_naze.png"
},
"homepage_url": "https:\/\/chrall.dystroy.org",
"background": {
"scripts": [
"background_db.js",
"background_mess.js"
]
},
"web_accessible_resources": [
"player_target.png",
"images\/vlc.png",
"images\/projo.png",
"images\/mission.png",
"images\/potion.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/accro.mountyhall.com\/*",
"*:\/\/games.mountyhall.com\/*",
"*:\/\/mh.home.raistlin.fr\/*",
"*:\/\/mh.mh.raistlin.fr\/*",
"*:\/\/mh.fr.nf\/*",
"*:\/\/mhty.fr.nf\/mountyhall\/*",
"*:\/\/109.69.220.90\/*"
],
"all_frames": true,
"run_at": "document_end",
"css": [
"chrall.css",
"tabs.css"
],
"js": [
"jquery-2.2.1.min.js",
"jquery.sortElements.js",
"chrall_form.js",
"injected_util_bubble.js",
"injected_cdm.js",
"injected_events.js",
"injected_move.js",
"injected_notes.js",
"injected_util_bubble.js",
"injected_util_message.js",
"injected_view_grid.js",
"injected_view_partage.js",
"dragscrollable.js",
"date-fr-FR.js",
"chrall_things.js",
"shared_chrall.js",
"shared_communication.js",
"gogol_point.js",
"gogol_rect.js",
"gogol_col.js",
"gogol_trous.js",
"gogol_carte.js",
"gogol_chemins.js",
"chrall_bubbles.js",
"chrall_objectMenu.js",
"chrall_grid.js",
"chrall_general.js",
"chrall_partage.js",
"chrall_monstres.js",
"chrall_minage.js",
"chrall_talents.js",
"chrall_recherche.js",
"chrall_cdm.js",
"chrall_bm.js",
"chrall_profile.js",
"chrall_options.js",
"chrall_equipment.js",
"chrall_events.js",
"chrall_start.js",
"chrall_view_analysis.js",
"chrall_view.js",
"chrall_view_monster.js",
"chrall_play.js",
"chrall_menu.js",
"chrall_pjview.js",
"chrall_monsterview.js",
"chrall_action.js",
"chrall_resultatCombat.js",
"chrall_insulte.js",
"chrall_suivants.js",
"chrall_externalLinks.js",
"chrall_destinations.js",
"chrall_guilde_internal.js",
"chrall_messagerie.js",
"chrall_db.js",
"chrall_miaou.js",
"chrall_mission.js",
"chrall_main.js"
]
},
{
"matches": [
"*:\/\/miaou.dystroy.org\/*",
"http:\/\/127.0.0.1:8204\/*"
],
"js": [
"jquery-2.2.1.min.js",
"chrall_db.js",
"chrall_miaou.js"
]
},
{
"matches": [
"*:\/\/www.mountyhall.com\/Forum\/*"
],
"css": [
"chrall.css"
],
"js": [
"jquery-2.2.1.min.js",
"chrall_bubbles.js",
"chrall_things.js",
"chrall_mhforum.js"
]
},
{
"matches": [
"https:\/\/chrall.dystroy.org\/*"
],
"run_at": "document_end",
"js": [
"jquery-2.2.1.min.js",
"chrall_general.js",
"chrall_detect.js"
]
}
]
} | |