WikiShark Wikipedia Statistics

Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article

What is WikiShark Wikipedia Statistics?

WikiShark Wikipedia Statistics is a Chrome extension developed by https://www.wikishark.com, and its main feature is "Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WikiShark Wikipedia Statistics Extension CRX File

Download WikiShark Wikipedia Statistics 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

                        Wikishark - Wikipedia's Pageviews Traffic Rank is a free extension for Chrome and it includes the information from the Wikishark website. The Wikishark extension accompanies you as you surf Wikipedia and provides you with Statistics and Pageviews for more than 40 Million articles, without interrupting your browsing.

If you want to get more information such as the ability to compare article traffic you can do it on the Wikishark.com website. This can be done easily by clicking the link button which will added to each Wikipedia pages. 

Formore information please visit our website: http://www.wikishark.com                    

Extension Basic Information

Name WikiShark Wikipedia Statistics WikiShark Wikipedia Statistics
ID jmbdjjmajaloijoimjbheaohdjfednge
Official URL https://chromewebstore.google.com/detail/wikishark-wikipedia-stati/jmbdjjmajaloijoimjbheaohdjfednge
Description Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article
File Size 44.82 KB
Installation Count 78
Current Version 1.0.0
Last Updated 2016-08-31
Publish Date 2016-08-31
Rating 5.00/5 Total 3 Ratings
Developer https://www.wikishark.com
Email [email protected]
Payment Type free
Extension Website http://www.wikishark.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiShark Wikipedia Statistics",
    "description": "Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon162.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}