Hallepedia: Halle Berry for Wikipedia

Makes (almost) every Wikipedia article about Halle Berry.

What is Hallepedia: Halle Berry for Wikipedia?

Hallepedia: Halle Berry for Wikipedia is a Chrome extension developed by https://clayburngriffin.com, and its main feature is "Makes (almost) every Wikipedia article about Halle Berry.".

Extension Screenshots

screenshot

Download Hallepedia: Halle Berry for Wikipedia Extension CRX File

Download Hallepedia: Halle Berry for Wikipedia 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

                        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.                    

Extension Basic Information

Name Hallepedia: Halle Berry for Wikipedia Hallepedia: Halle Berry for Wikipedia
ID pdmceemcpbnemhelbdkhemhkbgllmoie
Official URL https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie
Description Makes (almost) every Wikipedia article about Halle Berry.
File Size 24.4 KB
Installation Count 18
Current Version 1.2
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 4.00/5 Total 4 Ratings
Developer https://clayburngriffin.com
Email [email protected]
Payment Type free
Extension Website http://www.clayburngriffin.com/hallepedia
Help Page URL http://www.clayburngriffin.com/contact
Supported Languages 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
}