HFR Live

Suivez en live la qualitay d'HFR!

HFR Live क्या है?

HFR Live http://scripts.theboredengineers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suivez en live la qualitay d'HFR!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HFR Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        /!\ 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\/*"
    ]
}