MMCF-Auto-Reload

MMCF auto-reloader

O que é MMCF-Auto-Reload?

MMCF-Auto-Reload é uma extensão do Chrome desenvolvida por mmcf, e sua principal característica é "MMCF auto-reloader".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MMCF-Auto-Reload

Baixe arquivos de extensão MMCF-Auto-Reload 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

                        Click on the *blue* "reload" button in the address bar to activate page reload (the icon will turn to *green* when auto-reloading is active.  Click on the *green* icon button and the "sticky" mode will be engaged.

Please NOTE that this extension has ads to support further development. You can disable it in the settings menu.

- 7.9.5 : fixed missing "keydown" event chaining

- added the function keys "F1...F12" to list of keys that won't stop auto-reloading (v.7.9.2) + restored per-url behavior instead of "per-tab"
- "ctrl", "alt", "shift" and "windows" keys won't stop auto-reloading (v7.9.1)
- stops auto-reloading on key press (v7.9)  (e.g. useful when entering a form i.e. prevents the page from auto-reloading when the user is busy filling out a form)
- scroll position restoration (v7.8)
- per-URL configuration using 'context-menus' ( i.e. right-click mouse button ) (since v7.0) (beta)
- Sticky mode (since 6.5) (green with red arrow icon)
   (when enabled, each time the URL is opened in a tab, 'auto-reload' will be perfomed)
- Per-tab control
- Fine grain configurable timeout (3secs to 1hour)
  - Using a "slider"
  - Can be manually edited
- "Randomize" option for timeout
  - Using a "slider"
  - Can be manually edited
- "Active Time Range": only performs reloading between a time interval
   - Begin "active" period
   - End "active" period                    

Informações Básicas da Extensão

Nome MMCF-Auto-Reload MMCF-Auto-Reload
ID cmamafkbbgiklagnebclmefcgdielbbo
URL Oficial https://chromewebstore.google.com/detail/mmcf-auto-reload/cmamafkbbgiklagnebclmefcgdielbbo
Descrição MMCF auto-reloader
Tamanho do Arquivo 114 KB
Contagem de Instalações 17
Versão Atual 8.0.8
Última Atualização 2013-10-01
Data de Publicação 2013-10-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor mmcf
Tipo de Pagamento free
Site da Extensão http://www.myanmarmuslimhacker.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "exclude_globs": [
                "*:\/\/*.zcool.com.cn\/*",
                "*:\/\/dexknows.whitepages.com\/*",
                "*:\/\/tech.sina.com.cn\/*"
            ],
            "js": [
                "support\/ext.js",
                "support\/support.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "MMCF auto-reloader",
    "icons": {
        "128": "reload24-off.png",
        "24": "reload24-off.png"
    },
    "manifest_version": 2,
    "name": "MMCF-Auto-Reload",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "reload19-off.png",
        "default_title": "MMCF-Auto-Reload",
        "id": "auto_reload"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "8.0.8"
}