HFR Live

Suivez en live la qualitay d'HFR!

HFR Liveとは何ですか?

HFR Liveはhttp://scripts.theboredengineers.comによって開発されたChromeの拡張機能で、その主な機能は「Suivez en live la qualitay d'HFR!」です。

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

screenshot
screenshot
screenshot

HFR Live拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        /!\ Ceci est une bêta /!\

HFR Live, l'extension de qualitaÿ!

Cette extension vous permet de suivre un topic en direct sans avoir à rafraîchir constamment la page. Le changement de page est aussi automatique et les derniers messages sont constamment affichés à l'écran. 

Une option permet aussi d'activer l'envoi de notification Chrome si l'onglet n'est pas visible.

Pour rapporter des bugs ou problèmes, MP psykhi@hfr :)                    

拡張機能の基本情報

名前 HFR Live HFR Live
ID aimbnkjnkchckkehoghjimleadkmajem
公式URL https://chrome.google.com/webstore/detail/hfr-live/aimbnkjnkchckkehoghjimleadkmajem
説明 Suivez en live la qualitay d'HFR!
ファイルサイズ 860 KB
インストール数 150
現在のバージョン 0.3.3
最終更新日 2015-04-12
公開日 2015-04-12
評価 4.00/5 合計 1 レビュー
開発者 http://scripts.theboredengineers.com
支払い方法 free
拡張機能のウェブサイト http://scripts.theboredengineers.com
ヘルプページのURL https://github.com/psykhi/HFRLive/issues
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HFR Live",
    "description": "Suivez en live la qualitay d'HFR!",
    "version": "0.3.3",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "page_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forum.hardware.fr\/hfr\/*",
                "http:\/\/forum.hardware.fr\/forum2*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab",
        "notifications",
        "tabs",
        "http:\/\/*.hardware.fr\/*"
    ]
}