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
官方網址 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\/*"
    ]
}