俄罗斯方块
俄罗斯方块
What is 俄罗斯方块?
俄罗斯方块 is a Chrome extension developed by Unknown, and its main feature is "俄罗斯方块".
Extension Screenshots
Download 俄罗斯方块 Extension CRX File
Download 俄罗斯方块 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
基于Google Chrome 浏览器的俄罗斯插件, 在您浏览学习的同时随时可以玩的小游戏
Extension Basic Information
Name | 俄罗斯方块 |
ID | meaihhpenjllgjkkpigdkcjoboofgnih |
Official URL | https://chromewebstore.google.com/detail/%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97/meaihhpenjllgjkkpigdkcjoboofgnih |
Description | 俄罗斯方块 |
File Size | 89.73 KB |
Installation Count | 833 |
Current Version | 1.0.0 |
Last Updated | 2020-01-02 |
Publish Date | 2019-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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'" } |