GazetaOnline-Free

Veja Noticias do Gazeta Online Free.

What is GazetaOnline-Free?

GazetaOnline-Free is a Chrome extension developed by FBraz, and its main feature is "Veja Noticias do Gazeta Online Free.".

Extension Screenshots

screenshot

Download GazetaOnline-Free Extension CRX File

Download GazetaOnline-Free 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

                        Notícias Online.                    

Extension Basic Information

Name GazetaOnline-Free GazetaOnline-Free
ID nejbfogkfhjmdapknjnoggiggngldfbh
Official URL https://chrome.google.com/webstore/detail/gazetaonline-free/nejbfogkfhjmdapknjnoggiggngldfbh
Description Veja Noticias do Gazeta Online Free.
File Size 128 KB
Installation Count 20
Current Version 2.3
Last Updated 2015-09-16
Publish Date 2015-09-16
Rating 4.33/5 Total 6 Ratings
Developer FBraz
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GazetaOnline-Free",
    "version": "2.3",
    "description": "Veja Noticias do Gazeta Online Free.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gazetaonline.globo.com\/*",
                "http:\/\/www.gazetaonline.globo.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}