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 | 
| 公式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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |