Flappy Bird Classic
Every man know this game. Famous, fun and attractive game
什么是Flappy Bird Classic?
Flappy Bird Classic是由Games Classic开发的Chrome扩展程序,该扩展的主要功能是“Every man know this game. Famous, fun and attractive game”。
扩展截图
下载Flappy Bird Classic扩展crx文件
下载Flappy Bird Classic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flappy Bird is a side-scroller game where the player controls a bird, attempting to fly between columns of green pipes without hitting them. The classic game version now free on your Google Chrome! How to play: Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe.
扩展基本信息
名称 | |
ID | hdkblcckmelihppfceobhpeljjflpclj |
官方URL | https://chrome.google.com/webstore/detail/flappy-bird-classic/hdkblcckmelihppfceobhpeljjflpclj |
简介 | Every man know this game. Famous, fun and attractive game |
文件大小 | 246 KB |
安装次数 | 235 |
当前版本 | 1.0.0.1 |
更新时间 | 2022-06-14 |
上架时间 | 2022-01-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Games Classic |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://bit.ly/3wwRKgg |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "superagent.js", "anticheat.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "cookies", "https:\/\/*\/*" ], "version": "1.0.0.1" } |