GitHub加速
国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’
什么是GitHub加速?
GitHub加速是由HelloWorld开发的Chrome扩展程序,该扩展的主要功能是“国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’”。
扩展截图
下载GitHub加速扩展crx文件
下载GitHub加速扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
用途: 1. 下载文件的速度会有一定的提升 2. 部分用户可能使用了也没有什么效果 注意: 1. 这个加速效果很玄学,有可能提升很明显,有可能毫无效果; 2. 如果没有什么效果,可以卸载该插件; 3. 该插件无法加快您访问基特哈波网站的速度;
扩展基本信息
名称 | |
ID | ffjjnphohkfckeplcjflmgneebafggej |
官方URL | https://chromewebstore.google.com/detail/github%E5%8A%A0%E9%80%9F/ffjjnphohkfckeplcjflmgneebafggej |
简介 | 国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’ |
文件大小 | 74.18 KB |
安装次数 | 40,143 |
当前版本 | 1.5.10 |
更新时间 | 2022-11-16 |
上架时间 | 2022-01-10 |
评分 | 4.15/5 共13次评分 |
开发者 | HelloWorld |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/fhefh2015/Fast-GitHub |
隐私政策页面URL | https://code4you.dev/privacy.html |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub\u52a0\u901f", "description": "\u56fd\u5185Github\u4e0b\u8f7d\u5f88\u6162\uff0c\u7528\u4e0a\u4e86\u8fd9\u4e2a\u63d2\u4ef6\u540e\uff0c\u4e0b\u8f7d\u901f\u5ea6\u55d6\u55d6\u55d6\u7684~\uff01\u2019", "version": "1.5.10", "options_page": "options\/index.html", "background": { "service_worker": "background\/index.js" }, "icons": { "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "content\/index.js" ], "css": [] } ], "permissions": [ "storage" ] } |