Manchester United News tracker

Reddit news tracker for Manchester United fans

Manchester United News trackerとは何ですか?

Manchester United News trackerはTeamClerkieによって開発されたChromeの拡張機能で、その主な機能は「Reddit news tracker for Manchester United fans」です。

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

screenshot
screenshot
screenshot

Manchester United News tracker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A chrome extension for Manchester United fans to get the latest news about their club from reliable journalists, as shared on the Manchester United sub-reddit.                    

拡張機能の基本情報

名前 Manchester United News tracker Manchester United News tracker
ID diekjndigniigjbokhfjbocibncchbpi
公式URL https://chromewebstore.google.com/detail/manchester-united-news-tr/diekjndigniigjbokhfjbocibncchbpi
説明 Reddit news tracker for Manchester United fans
ファイルサイズ 33.08 KB
インストール数 622
現在のバージョン 2.1
最終更新日 2019-09-03
公開日 2019-09-03
評価 5.00/5 合計 1 レビュー
開発者 TeamClerkie
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.manutdnewstracker.com
ヘルプページのURL http://www.manutdnewstracker.com/faq.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manchester United News tracker",
    "version": "2.1",
    "description": "Reddit news tracker for Manchester United fans",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "socket.io.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/manutd.png"
    },
    "manifest_version": 2
}