3DMadMax.com

3DMadMax.com

Grafik tasarımı, 3D, Vfx, Animasyon ve bir çok program ve donanım hakkında bilgiler içerir.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "3DMadMax.com",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Grafik tasarımı, 3D, Vfx, Animasyon ve bir çok program ve donanım hakkında bilgiler içerir.",
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "homepage_url": "https://www.3dmadmax.com/",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}