Redirect2
Redirect to app-gg.com
Co to jest Redirect2?
Redirect2 to rozszerzenie Chrome opracowane przez gaby.villa.777, a jego główną funkcją jest „Redirect to app-gg.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redirect2
Pobierz pliki rozszerzeń Redirect2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Redirect2 |
ID | jingcebjicjghaknapndgnlhbcmnlbfn |
Oficjalny URL | https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn |
Opis | Redirect to app-gg.com |
Rozmiar pliku | 23.25 KB |
Liczba instalacji | 12,641 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-09-21 |
Data Publikacji | 2019-11-29 |
Ocena | 3.91/5 Łącznie 11 Oceny |
Deweloper | gaby.villa.777 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |