NoImages
Save loading time in slow internet connections by removing all images from the page
Что такое NoImages?
NoImages - это расширение Chrome, разработанное Unknown, и его основная функция - "Save loading time in slow internet connections by removing all images from the page".
Снимки экрана расширения
Скачать файл CRX расширения NoImages
Скачайте файлы расширений NoImages в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Do you have a slow internet connection while traveling abroad or just with your regular ISP ? Save loading time in slow internet connections by removing all images from the page using this nifty extension. Основная информация о расширении
| Название | |
| ID | fkmkefpehlolmdiloilglfcojbomaoii |
| Официальный URL | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
| Описание | Save loading time in slow internet connections by removing all images from the page |
| Размер файла | 14.2 KB |
| Количество установок | 4,151 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2015-05-25 |
| Дата публикации | 2015-05-22 |
| Рейтинг | 1.86/5 Всего 7 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NoImages",
"description": "Save loading time in slow internet connections by removing all images from the page",
"version": "0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
]
} | |