Inspect and view changes in D6tron | RNG pour le Forum Dessiné source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "D6tron | RNG pour le Forum Dessiné",
"version": "1.1.5",
"description": "Affiche un tirage aléatoire de dés associé à un post du forum.",
"author": "Le Troll",
"content_scripts": [
{
"matches": [
"*://*.forum-dessine.fr/forum/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "D6tron.LeTroll@forum-dessine.fr",
"strict_min_version": "109.0"
}
},
"host_permissions": [
"*://*.forum-dessine.fr/forum/*"
]
}