Wikia Redirect Skip
Skips the confirmation popup when clicking an external link in any Wikia page.
Co je Wikia Redirect Skip?
Wikia Redirect Skip je rozšíření Chrome vyvinuté Master, a jeho hlavní funkcí je „Skips the confirmation popup when clicking an external link in any Wikia page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wikia Redirect Skip
Stáhněte si soubory rozšíření Wikia Redirect Skip ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automatically bypasses the confirmation popup "Leaving Wiki..." when clicking an external link in a Wikia page.
Základní Informace o Rozšíření
Název | |
ID | jejelkoamnkhjeieaflclecndpngnheg |
Oficiální URL | https://chrome.google.com/webstore/detail/wikia-redirect-skip/jejelkoamnkhjeieaflclecndpngnheg |
Popis | Skips the confirmation popup when clicking an external link in any Wikia page. |
Velikost souboru | 573 KB |
Počet instalací | 82 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2015-10-19 |
Datum Vydání | 2015-10-19 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | Master |
Typ Platby | free |
Podporované Jazyky | 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" ] } |