Deuce AutoRefresh
Reload the Deuce automatically
O que é Deuce AutoRefresh?
Deuce AutoRefresh é uma extensão do Chrome desenvolvida por Pulseczar, e sua principal característica é "Reload the Deuce automatically".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Deuce AutoRefresh
Baixe arquivos de extensão Deuce AutoRefresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | pejkhbellllimfkjjigljjbocnkmdemj |
URL Oficial | https://chrome.google.com/webstore/detail/deuce-autorefresh/pejkhbellllimfkjjigljjbocnkmdemj |
Descrição | Reload the Deuce automatically |
Tamanho do Arquivo | 39.42 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.32 |
Última Atualização | 2015-07-16 |
Data de Publicação | 2015-07-15 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Pulseczar |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |