GazetaOnline-Free

Veja Noticias do Gazeta Online Free.

Qu'est-ce que GazetaOnline-Free ?

GazetaOnline-Free est une extension Chrome développée par FBraz, et sa fonction principale est "Veja Noticias do Gazeta Online Free.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GazetaOnline-Free

Téléchargez les fichiers d'extension GazetaOnline-Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Notícias Online.                    

Informations de Base sur l'Extension

Nom GazetaOnline-Free GazetaOnline-Free
ID nejbfogkfhjmdapknjnoggiggngldfbh
URL Officiel https://chrome.google.com/webstore/detail/gazetaonline-free/nejbfogkfhjmdapknjnoggiggngldfbh
Description Veja Noticias do Gazeta Online Free.
Taille du Fichier 128 KB
Nombre d'Installations 20
Version Actuelle 2.3
Dernière Mise à Jour 2015-09-16
Date de Publication 2015-09-16
Évaluation 4.33/5 Total 6 Évaluations
Développeur FBraz
Type de Paiement free
Langues Prises en Charge 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
}