Linkis Breakout Redirect
Checks URL and redirects as required.
Что такое Linkis Breakout Redirect?
Linkis Breakout Redirect - это расширение Chrome, разработанное http://www.idltd.com, и его основная функция - "Checks URL and redirects as required.".
Снимки экрана расширения
Скачать файл CRX расширения Linkis Breakout Redirect
Скачайте файлы расширений Linkis Breakout Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
I hate Linkis - it screws up URL's in tweets and makes it hard to break out. This plug in ( mainly taken from http://superuser.com/questions/284110/redirect-urls-in-chrome ) will automatically redirect to the original source page once the linkis version has loaded. v0.7 Previous fix broke YouTube link processing, now that works as well! v0.6 Fixed an occasional looping problem if original link not found. Now will look harder and not loop if not found. v0.5 Handles more links better(!) v0.4 Handles YouTube links v0.3 Initial Version
Основная информация о расширении
Название | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
Официальный URL | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
Описание | Checks URL and redirects as required. |
Размер файла | 3.99 KB |
Количество установок | 15 |
Текущая Версия | 0.7 |
Последнее Обновление | 2016-11-20 |
Дата публикации | 2016-11-20 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | http://www.idltd.com |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkis Breakout Redirect", "version": "0.7", "description": "Checks URL and redirects as required.", "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/linkis.com\/*", "https:\/\/linkis.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |