WikiRoulette

Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.

What is WikiRoulette?

WikiRoulette is a Chrome extension developed by https://wikiroulette.co, and its main feature is "Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WikiRoulette Extension CRX File

Download WikiRoulette 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

                        View random Wikipedia pages every time you open a new Chrome tab. Quickly navigate through random listings from the millions of English Wikipedia entries. A web-based experience is available at http://wikiroulette.co and full source code is available on Github (https://github.com/minouye/wikiroulette).                    

Extension Basic Information

Name WikiRoulette WikiRoulette
ID fhahkjoaokdmndcggfbcfgppjnndaech
Official URL https://chromewebstore.google.com/detail/wikiroulette/fhahkjoaokdmndcggfbcfgppjnndaech
Description Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.
File Size 192 KB
Installation Count 346
Current Version 1.0.1
Last Updated 2016-10-01
Publish Date 2016-10-01
Rating 5.00/5 Total 3 Ratings
Developer https://wikiroulette.co
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiRoulette",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Randomly browse Wikipedia pages from the 5.2 million English Wikipedia entries, in each new tab.",
    "homepage_url": "http:\/\/wikiroulette.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "https:\/\/en.wikipedia.org\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org; object-src 'self'"
}