HFR Live
Suivez en live la qualitay d'HFR!
Cos'è HFR Live?
HFR Live è un'estensione di Chrome sviluppata da http://scripts.theboredengineers.com, e la sua funzione principale è "Suivez en live la qualitay d'HFR!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HFR Live
Scarica i file di estensione HFR Live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
/!\ 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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | aimbnkjnkchckkehoghjimleadkmajem |
URL Ufficiale | https://chrome.google.com/webstore/detail/hfr-live/aimbnkjnkchckkehoghjimleadkmajem |
Descrizione | Suivez en live la qualitay d'HFR! |
Dimensione del File | 860 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 0.3.3 |
Ultimo Aggiornamento | 2015-04-12 |
Data di Pubblicazione | 2015-04-12 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | http://scripts.theboredengineers.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://scripts.theboredengineers.com |
URL della Pagina di Aiuto | https://github.com/psykhi/HFRLive/issues |
Lingue Supportate | 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\/*" ] } |