Redirect2
Redirect to app-gg.com
Wat is Redirect2?
Redirect2 is een Chrome-extensie ontwikkeld door gaby.villa.777, en de belangrijkste functie is "Redirect to app-gg.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Redirect2
Download Redirect2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Redirect2 |
ID | jingcebjicjghaknapndgnlhbcmnlbfn |
Officiële URL | https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn |
Beschrijving | Redirect to app-gg.com |
Bestandsgrootte | 23.25 KB |
Aantal Installaties | 12,641 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-09-21 |
Publicatiedatum | 2019-11-29 |
Beoordeling | 3.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | gaby.villa.777 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |