Granblue Fantasy Arabic RTL

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

Cos'è Granblue Fantasy Arabic RTL?

Granblue Fantasy Arabic RTL è un'estensione di Chrome sviluppata da q8fft2, e la sua funzione principale è "تحسين ظهور اللغة العربية في لعبة جرانبلو فانتسي أثناء الترجمة الفورية.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Granblue Fantasy Arabic RTL

Scarica i file di estensione Granblue Fantasy Arabic RTL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        تحسين ظهور اللغة العربية في لعبة جرانبلو فانتسي أثناء الترجمة الفورية.
Add Arabic RTL to Granblue Fantasy
http://game.granbluefantasy.jp                    

Informazioni di Base sull'Estensione

Nome Granblue Fantasy Arabic RTL Granblue Fantasy Arabic RTL
ID paignkdfeeakhmcggddkabjdmfmmfdlh
URL Ufficiale https://chromewebstore.google.com/detail/granblue-fantasy-arabic-r/paignkdfeeakhmcggddkabjdmfmmfdlh
Descrizione تحسين ظهور اللغة العربية في لعبة جرانبلو فانتسي أثناء الترجمة الفورية.
Dimensione del File 21.18 KB
Conteggio Installazioni 33
Versione Corrente 0.0.5
Ultimo Aggiornamento 2018-06-27
Data di Pubblicazione 2018-06-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore q8fft2
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/tff9q
URL della Pagina di Aiuto https://sites.google.com/view/athbistudio/support-me
Lingue Supportate ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Granblue Fantasy Arabic RTL",
    "version": "0.0.5",
    "description": "\u062a\u062d\u0633\u064a\u0646 \u0638\u0647\u0648\u0631 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0644\u0639\u0628\u0629 \u062c\u0631\u0627\u0646\u0628\u0644\u0648 \u0641\u0627\u0646\u062a\u0633\u064a \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0641\u0648\u0631\u064a\u0629.",
    "icons": {
        "128": "touch_icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/game.granbluefantasy.jp\/*"
            ]
        }
    ]
}