intrafriends42
Add some friends and get their locations on intra.42.fr sidebar
什么是intrafriends42?
intrafriends42是由edrflt开发的Chrome扩展程序,该扩展的主要功能是“Add some friends and get their locations on intra.42.fr sidebar”。
扩展截图
下载intrafriends42扩展crx文件
下载intrafriends42扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add some friends and get their locations on intra.42.fr sidebar 扩展基本信息
| 名称 | |
| ID | baehliedggippdholddgbdlhhmiaoioc |
| 官方URL | https://chromewebstore.google.com/detail/intrafriends42/baehliedggippdholddgbdlhhmiaoioc |
| 简介 | Add some friends and get their locations on intra.42.fr sidebar |
| 文件大小 | 12.73 KB |
| 安装次数 | 378 |
| 当前版本 | 4.0 |
| 更新时间 | 2018-12-18 |
| 上架时间 | 2018-12-18 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | edrflt |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "intrafriends42",
"version": "4.0",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
}
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "32.png",
"default_title": "intrafriends42",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.intra.42.fr\/*"
],
"js": [
"purify.min.js",
"intrafriends42.js"
]
}
]
} | |