Redirect2
Redirect to app-gg.com
Redirect2란 무엇입니까?
Redirect2은(는) gaby.villa.777에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect to app-gg.com"입니다.
확장 프로그램 스크린샷
Redirect2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Redirect2 |
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" ] } ] } |