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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Burak Saruhan และคุณลักษณะหลักของมันคือ "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur and Wikipedia Bypass
ดาวน์โหลดไฟล์ส่วนขยาย Imgur and Wikipedia Bypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |