Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Imgur and Wikipedia Bypass란 무엇입니까?
Imgur and Wikipedia Bypass은(는) Burak Saruhan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey."입니다.
확장 프로그램 스크린샷
Imgur and Wikipedia Bypass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It is used primarily to bypass the blocking of Wikipedia, Imgur and Pastebin in Turkey. It uses the portals Zwikipedia, Imgurp and Pastebinp to bypass. No additional VPN etc. will be used, and so this is fully legal. It is open source, and you can see the code for yourself here; https://github.com/buraksaruhan/ImgurWikiExtension
확장 프로그램 기본 정보
이름 | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
공식 URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
설명 | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
파일 크기 | 978 KB |
설치 횟수 | 32 |
현재 버전 | 0.3 |
최근 업데이트 | 2019-08-25 |
출시 날짜 | 2019-08-25 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Burak Saruhan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur and Wikipedia Bypass", "description": "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.", "version": "0.3", "author": "Burak Saruhan", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |