Wikia Redirect Skip

Skips the confirmation popup when clicking an external link in any Wikia page.

What is Wikia Redirect Skip?

Wikia Redirect Skip is a Chrome extension developed by Master, and its main feature is "Skips the confirmation popup when clicking an external link in any Wikia page.".

Extension Screenshots

screenshot

Download Wikia Redirect Skip Extension CRX File

Download Wikia Redirect Skip 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

                        Automatically bypasses the confirmation popup "Leaving Wiki..." when clicking an external link in a Wikia page.                    

Extension Basic Information

Name Wikia Redirect Skip Wikia Redirect Skip
ID jejelkoamnkhjeieaflclecndpngnheg
Official URL https://chrome.google.com/webstore/detail/wikia-redirect-skip/jejelkoamnkhjeieaflclecndpngnheg
Description Skips the confirmation popup when clicking an external link in any Wikia page.
File Size 573 KB
Installation Count 82
Current Version 1.1
Last Updated 2015-10-19
Publish Date 2015-10-19
Rating 5.00/5 Total 5 Ratings
Developer Master
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Wikia Redirect Skip",
    "description": "Skips the confirmation popup when clicking an external link in any Wikia page.",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "thumbnail-16.png",
        "24": "thumbnail-24.png",
        "32": "thumbnail-32.png",
        "48": "thumbnail-48.png",
        "64": "thumbnail-64.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "*:\/\/*.wikia.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.wikia.com\/*"
            ],
            "js": [
                "background-min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "background-min.js",
        "thumbnail-16.png",
        "thumbnail-24.png",
        "thumbnail-32.png",
        "thumbnail-48.png",
        "thumbnail-64.png",
        "thumbnail-128.png"
    ]
}