Linicom Links Skipper
The end to the annoying linicom links
Что такое Linicom Links Skipper?
Linicom Links Skipper - это расширение Chrome, разработанное https://oridov.com, и его основная функция - "The end to the annoying linicom links".
Снимки экрана расширения
Скачать файл CRX расширения Linicom Links Skipper
Скачайте файлы расширений Linicom Links Skipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically. Основная информация о расширении
| Название | |
| ID | begmcjdahgmofaobfiilhmhfbpjgnjle |
| Официальный URL | https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle |
| Описание | The end to the annoying linicom links |
| Размер файла | 2.91 KB |
| Количество установок | 15 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2013-01-24 |
| Дата публикации | 2013-01-24 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | https://oridov.com |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linicom Links Skipper",
"description": "The end to the annoying linicom links",
"version": "1.1",
"content_scripts": [
{
"matches": [
"http:\/\/linicom.co.il\/*"
],
"css": [
"skipad.css"
],
"js": [
"skipad.js"
]
}
]
} | |