MYGNRFORUM (Izzy Banner)

Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner

MYGNRFORUM (Izzy Banner)とは何ですか?

MYGNRFORUM (Izzy Banner)はchopawayによって開発されたChromeの拡張機能で、その主な機能は「Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner」です。

拡張機能のスクリーンショット

screenshot

MYGNRFORUM (Izzy Banner)拡張機能のCRXファイルをダウンロード

MYGNRFORUM (Izzy Banner)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner. 

Also inserts Izzys Twitter feed into the mygnrforum homepage sidebar.                    

拡張機能の基本情報

名前 MYGNRFORUM (Izzy Banner) MYGNRFORUM (Izzy Banner)
ID ppfkfjdpnecifanpaehghbnmjjblbamh
公式URL https://chromewebstore.google.com/detail/mygnrforum-izzy-banner/ppfkfjdpnecifanpaehghbnmjjblbamh
説明 Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner
ファイルサイズ 58.42 KB
インストール数 0
現在のバージョン 1.0
最終更新日 2017-04-07
公開日 2017-04-05
開発者 chopaway
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "mygnrforumizzy",
    "name": "MYGNRFORUM (Izzy Banner)",
    "version": "1.0",
    "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner",
    "author": "@chopaway",
    "content_scripts": [
        {
            "css": [
                "izzy.css"
            ],
            "matches": [
                "*:\/\/www.mygnrforum.com\/*"
            ],
            "js": [
                "jquery.js",
                "izzy.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}