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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |