Wikia Redirect Skip

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

Wat is Wikia Redirect Skip?

Wikia Redirect Skip is een Chrome-extensie ontwikkeld door Master, en de belangrijkste functie is "Skips the confirmation popup when clicking an external link in any Wikia page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikia Redirect Skip

Download Wikia Redirect Skip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wikia Redirect Skip Wikia Redirect Skip
ID jejelkoamnkhjeieaflclecndpngnheg
Officiële URL https://chrome.google.com/webstore/detail/wikia-redirect-skip/jejelkoamnkhjeieaflclecndpngnheg
Beschrijving Skips the confirmation popup when clicking an external link in any Wikia page.
Bestandsgrootte 573 KB
Aantal Installaties 82
Huidige Versie 1.1
Laatst Bijgewerkt 2015-10-19
Publicatiedatum 2015-10-19
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Master
Betalingswijze free
Ondersteunde Talen 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"
    ]
}