Random Goats

Opens up a Wikipedia page about a random breed of goat.

What is Random Goats?

Random Goats is a Chrome extension developed by mcphersona7, and its main feature is "Opens up a Wikipedia page about a random breed of goat.".

Extension Screenshots

screenshot

Download Random Goats Extension CRX File

Download Random Goats 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

                        This extension does nothing but open up Wikipedia articles about different breeds of goats. 

Now with 28 more breeds of goat!                    

Extension Basic Information

Name Random Goats Random Goats
ID fadgialfjpgicfjmjnjdbhbgbimigdon
Official URL https://chromewebstore.google.com/detail/random-goats/fadgialfjpgicfjmjnjdbhbgbimigdon
Description Opens up a Wikipedia page about a random breed of goat.
File Size 8.53 KB
Installation Count 31
Current Version 1.2
Last Updated 2020-09-25
Publish Date 2018-09-24
Developer mcphersona7
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Goats",
    "version": "1.2",
    "description": "Opens up a Wikipedia page about a random breed of goat.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "goat_original.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ]
}