NoRefresh

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

NoRefresh là gì?

NoRefresh là một tiện ích mở rộng Chrome được phát triển bởi João Ferry, và tính năng chính của nó là "Remove a função Refresh, caso exista, impedindo o recarregamento automático da página em sites como UOL e O Povo online".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoRefresh

Tải xuống các tệp mở rộng NoRefresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoRefresh NoRefresh
ID knnficagnglkkeojbpaahngijbgnbaad
URL Chính Thức https://chromewebstore.google.com/detail/norefresh/knnficagnglkkeojbpaahngijbgnbaad
Mô tả Remove a função Refresh, caso exista, impedindo o recarregamento automático da página em sites como UOL e O Povo online
Kích Thước Tệp 35.1 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-26
Ngày Phát Hành 2014-01-26
Nhà Phát Triển João Ferry
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}