Wikia Redirect Skip
Skips the confirmation popup when clicking an external link in any Wikia page.
Wikia Redirect Skip란 무엇입니까?
Wikia Redirect Skip은(는) Master에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skips the confirmation popup when clicking an external link in any Wikia page."입니다.
확장 프로그램 스크린샷
Wikia Redirect Skip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically bypasses the confirmation popup "Leaving Wiki..." when clicking an external link in a Wikia page.
확장 프로그램 기본 정보
이름 | |
ID | jejelkoamnkhjeieaflclecndpngnheg |
공식 URL | https://chrome.google.com/webstore/detail/wikia-redirect-skip/jejelkoamnkhjeieaflclecndpngnheg |
설명 | Skips the confirmation popup when clicking an external link in any Wikia page. |
파일 크기 | 573 KB |
설치 횟수 | 82 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-10-19 |
출시 날짜 | 2015-10-19 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Master |
결제 유형 | free |
지원되는 언어 | 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" ] } |