Granblue Fantasy Arabic RTL

Granblue Fantasy Arabic RTL

تحسين ظهور اللغة العربية في لعبة جرانبلو فانتسي أثناء الترجمة الفورية.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Granblue Fantasy Arabic RTL",
  "version": "0.0.5",
  "description": "تحسين ظهور اللغة العربية في لعبة جرانبلو فانتسي أثناء الترجمة الفورية.",
  "icons": {
    "128": "touch_icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "http://game.granbluefantasy.jp/*"
      ]
    }
  ]
}