Beautiful yapo cl

Chrome extension to make yapo.cl Beautiful through css inyection

Was ist Beautiful yapo cl?

Beautiful yapo cl ist eine Chrome-Erweiterung, die von https://fforr.es entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to make yapo.cl Beautiful through css inyection".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Beautiful yapo cl-Erweiterungs-CRX-Datei herunterladen

Laden Sie Beautiful yapo cl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Beautiful yapo cl Beautiful yapo cl
ID mhecepmepgcimemolcdcbgamhfcngigi
Offizielle URL https://chromewebstore.google.com/detail/beautiful-yapo-cl/mhecepmepgcimemolcdcbgamhfcngigi
Beschreibung Chrome extension to make yapo.cl Beautiful through css inyection
Dateigröße 34.37 KB
Installationsanzahl 101
Aktuelle Version 1.0
Letztes Update 2016-05-07
Veröffentlichungsdatum 2016-05-07
Bewertung 4.08/5 Insgesamt 12 Bewertungen
Entwickler https://fforr.es
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/fforres/beautiful-yapo
Hilfeseite URL https://github.com/fforres/beautiful-yapo/issues
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful yapo cl",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Chrome extension to make yapo.cl Beautiful through css inyection",
    "homepage_url": "http:\/\/fforr.es\/",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yapo.cl\/*",
                "*:\/\/yapo.cl\/*"
            ],
            "css": [
                "global\/content.css",
                "home\/content.css"
            ],
            "js": [
                "global\/content.js",
                "home\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yapo.cl\/region_metropolitana?*",
                "http:\/\/*.yapo.cl\/arica_parinacota?*",
                "http:\/\/*.yapo.cl\/tarapaca?*",
                "http:\/\/*.yapo.cl\/antofagasta?*",
                "http:\/\/*.yapo.cl\/atacama?*",
                "http:\/\/*.yapo.cl\/coquimbo?*",
                "http:\/\/*.yapo.cl\/valparaiso?*",
                "http:\/\/*.yapo.cl\/ohiggins?*",
                "http:\/\/*.yapo.cl\/maule?*",
                "http:\/\/*.yapo.cl\/biobio?*",
                "http:\/\/*.yapo.cl\/araucania?*",
                "http:\/\/*.yapo.cl\/los_rios?*",
                "http:\/\/*.yapo.cl\/los_lagos?*",
                "http:\/\/*.yapo.cl\/aisen?*",
                "http:\/\/*.yapo.cl\/magallanes_antartica?*",
                "http:\/\/*.yapo.cl\/region_metropolitana",
                "http:\/\/*.yapo.cl\/arica_parinacota",
                "http:\/\/*.yapo.cl\/tarapaca",
                "http:\/\/*.yapo.cl\/antofagasta",
                "http:\/\/*.yapo.cl\/atacama",
                "http:\/\/*.yapo.cl\/coquimbo",
                "http:\/\/*.yapo.cl\/valparaiso",
                "http:\/\/*.yapo.cl\/ohiggins",
                "http:\/\/*.yapo.cl\/maule",
                "http:\/\/*.yapo.cl\/biobio",
                "http:\/\/*.yapo.cl\/araucania",
                "http:\/\/*.yapo.cl\/los_rios",
                "http:\/\/*.yapo.cl\/los_lagos",
                "http:\/\/*.yapo.cl\/aisen",
                "http:\/\/*.yapo.cl\/magallanes_antartica"
            ],
            "css": [
                "page\/content.css"
            ],
            "js": [
                "page\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yapo.cl\/*\/*",
                "http:\/\/yapo.cl\/*\/*"
            ],
            "css": [
                "item\/content.css"
            ],
            "js": [
                "item\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yapo.cl\/mis_avisos*",
                "http:\/\/yapo.cl\/mis_avisos*"
            ],
            "css": [
                "misAvisos\/content.css"
            ],
            "js": [
                "misAvisos\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yapo.cl\/tiendas",
                "http:\/\/yapo.cl\/tiendas"
            ],
            "css": [
                "tiendas\/content.css"
            ],
            "js": [
                "tiendas\/content.js"
            ]
        }
    ]
}