Redirect2

Redirect to app-gg.com

Redirect2 là gì?

Redirect2 là một tiện ích mở rộng Chrome được phát triển bởi gaby.villa.777, và tính năng chính của nó là "Redirect to app-gg.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redirect2

Tải xuống các tệp mở rộng Redirect2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redirect2 Redirect2
ID jingcebjicjghaknapndgnlhbcmnlbfn
URL Chính Thức https://chromewebstore.google.com/detail/redirect2/jingcebjicjghaknapndgnlhbcmnlbfn
Mô tả Redirect to app-gg.com
Kích Thước Tệp 23.25 KB
Số Lần Cài Đặt 12,641
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2019-11-29
Đánh Giá 3.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển gaby.villa.777
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}