Hallepedia: Halle Berry for Wikipedia

Makes (almost) every Wikipedia article about Halle Berry.

Wat is Hallepedia: Halle Berry for Wikipedia?

Hallepedia: Halle Berry for Wikipedia is een Chrome-extensie ontwikkeld door https://clayburngriffin.com, en de belangrijkste functie is "Makes (almost) every Wikipedia article about Halle Berry.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hallepedia: Halle Berry for Wikipedia

Download Hallepedia: Halle Berry for Wikipedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Hallepedia turns Wikipedia articles about boring non-Halle Berry stuff into exciting and sexy articles all about Halle Berry.  For instance, did you know that Halle Berry is an extinct genus of saurolophine hadrosaurid dinosaur?  Well, you do now if you have this Chrome plug-in installed.

Currently only works with English Wikipedia articles.                    

Basisinformatie over de Extensie

Naam Hallepedia: Halle Berry for Wikipedia Hallepedia: Halle Berry for Wikipedia
ID pdmceemcpbnemhelbdkhemhkbgllmoie
Officiële URL https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie
Beschrijving Makes (almost) every Wikipedia article about Halle Berry.
Bestandsgrootte 24.4 KB
Aantal Installaties 18
Huidige Versie 1.2
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-27
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://clayburngriffin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.clayburngriffin.com/hallepedia
Help Pagina-URL http://www.clayburngriffin.com/contact
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hallepedia: Halle Berry for Wikipedia",
    "description": "Makes (almost) every Wikipedia article about Halle Berry.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "hide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "halle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}