Redirect2
Redirect to app-gg.com
什麼是Redirect2?
Redirect2是由gaby.villa.777開發的Chrome擴展程式,該擴展的主要功能是“Redirect to app-gg.com”。
擴展截圖
下載Redirect2擴展crx文件
下載Redirect2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | jingcebjicjghaknapndgnlhbcmnlbfn | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |