Redirect2
Redirect to app-gg.com
什么是Redirect2?
Redirect2是由gaby.villa.777开发的Chrome扩展程序,该扩展的主要功能是“Redirect to app-gg.com”。
扩展截图
下载Redirect2扩展crx文件
下载Redirect2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirect to app-gg.com
Es bueno saber cuántas veces nos conectamos a Facebook
Esta extension redirecciona las visitas de Facebook a app-gg.com que posteriormente te muestra cuántas veces al día te conectas a Facebook y redirecciona a facebook.com sin interrupción alguna.
Muy util para saber cuántas veces nos conectamos a facebook 扩展基本信息
| 名称 | |
| ID | jingcebjicjghaknapndgnlhbcmnlbfn |
| 官方URL | https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn |
| 简介 | Redirect to app-gg.com |
| 文件大小 | 23.25 KB |
| 安装次数 | 12,641 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-09-21 |
| 上架时间 | 2019-11-29 |
| 评分 | 3.91/5 共11次评分 |
| 开发者 | gaby.villa.777 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect2",
"description": "Redirect to app-gg.com",
"version": "1.2",
"browser_action": {
"browser_style": true,
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"js": [
"nuevo.js"
]
}
]
} | |