Deuce AutoRefresh
Reload the Deuce automatically
Cos'è Deuce AutoRefresh?
Deuce AutoRefresh è un'estensione di Chrome sviluppata da Pulseczar, e la sua funzione principale è "Reload the Deuce automatically".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Deuce AutoRefresh
Scarica i file di estensione Deuce AutoRefresh 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
Automatically refreshes The Deuce (icb2.com) "Show new replies to your posts" page and "main board" to a specified interval. Default refresh interval is 30 seconds but you have the option to set your own interval. Look on the options page for a set of predefined times or customize your own. v1.32 Changes ======== - Updated obsolete functions
Informazioni di Base sull'Estensione
Nome | |
ID | pejkhbellllimfkjjigljjbocnkmdemj |
URL Ufficiale | https://chrome.google.com/webstore/detail/deuce-autorefresh/pejkhbellllimfkjjigljjbocnkmdemj |
Descrizione | Reload the Deuce automatically |
Dimensione del File | 39.42 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.32 |
Ultimo Aggiornamento | 2015-07-16 |
Data di Pubblicazione | 2015-07-15 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Pulseczar |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deuce AutoRefresh", "version": "1.32", "manifest_version": 2, "description": "Reload the Deuce automatically", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "bg.js" ], "persistent": false }, "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/www.icb2.com\/boards\/index.php?action=unreadreplies", "http:\/\/www.icb2.com\/boards\/index.php?board=1.0", "http:\/\/www.icb2.com\/boards\/index.php?action=unread" ], "js": [ "script.js" ] } ] } |