Redirect2
Redirect to app-gg.com
What is Redirect2?
Redirect2 is a Chrome extension developed by gaby.villa.777, and its main feature is "Redirect to app-gg.com".
Extension Screenshots
Download Redirect2 Extension CRX File
Download Redirect2 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
                        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                     Extension Basic Information
| Name |   |  
| ID | jingcebjicjghaknapndgnlhbcmnlbfn | 
| Official URL | https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn | 
| Description | Redirect to app-gg.com | 
| File Size | 23.25 KB | 
| Installation Count | 12,641 | 
| Current Version | 1.2 | 
| Last Updated | 2022-09-21 | 
| Publish Date | 2019-11-29 | 
| Rating | 3.91/5 Total 11 Ratings | 
| Developer | gaby.villa.777 | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | 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"
            ]
        }
    ]
}  |  |