NoRefresh

Remove a função Refresh, caso exista, impedindo o recarregamento automático da página em sites como UOL e O Povo online

What is NoRefresh?

NoRefresh is a Chrome extension developed by João Ferry, and its main feature is "Remove a função Refresh, caso exista, impedindo o recarregamento automático da página em sites como UOL e O Povo online".

Extension Screenshots

screenshot

Download NoRefresh Extension CRX File

Download NoRefresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Esta extensão remove o código , caso exista, impedindo o recarregamento automático da página.                    

Extension Basic Information

Name NoRefresh NoRefresh
ID knnficagnglkkeojbpaahngijbgnbaad
Official URL https://chromewebstore.google.com/detail/norefresh/knnficagnglkkeojbpaahngijbgnbaad
Description Remove a função Refresh, caso exista, impedindo o recarregamento automático da página em sites como UOL e O Povo online
File Size 35.1 KB
Installation Count 30
Current Version 1.0
Last Updated 2014-01-26
Publish Date 2014-01-26
Developer João Ferry
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoRefresh",
    "version": "1.0",
    "description": "Remove a fun\u00e7\u00e3o Refresh, caso exista, impedindo o recarregamento autom\u00e1tico da p\u00e1gina em sites como UOL e O Povo online",
    "homepage_url": "http:\/\/uebbi.com\/",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "norefresh.png"
    },
    "manifest_version": 2
}