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" ] } |