俄罗斯方块

俄罗斯方块

Cos'è 俄罗斯方块?

俄罗斯方块 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "俄罗斯方块".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 俄罗斯方块

Scarica i file di estensione 俄罗斯方块 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

                        基于Google Chrome 浏览器的俄罗斯插件, 在您浏览学习的同时随时可以玩的小游戏                    

Informazioni di Base sull'Estensione

Nome 俄罗斯方块 俄罗斯方块
ID meaihhpenjllgjkkpigdkcjoboofgnih
URL Ufficiale https://chromewebstore.google.com/detail/%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97/meaihhpenjllgjkkpigdkcjoboofgnih
Descrizione 俄罗斯方块
Dimensione del File 89.73 KB
Conteggio Installazioni 833
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-01-02
Data di Pubblicazione 2019-12-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4fc4\u7f57\u65af\u65b9\u5757",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "\u4fc4\u7f57\u65af\u65b9\u5757",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-3.2.1.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}