Tumblr Mobile Images Next
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Что такое Tumblr Mobile Images Next?
Tumblr Mobile Images Next - это расширение Chrome, разработанное Gadsy, и его основная функция - "Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.".
Скачать файл CRX расширения Tumblr Mobile Images Next
Скачайте файлы расширений Tumblr Mobile Images Next в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Основная информация о расширении
Название | ![]() |
ID | ejhphllbbmdfcalgcdmofmmkbgpphhjk |
Официальный URL | https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk |
Описание | Changes *.tumblr.com/mobile to show only images and links to page and next mobile page. |
Размер файла | 2.79 KB |
Количество установок | 14 |
Текущая Версия | 1.0 |
Последнее Обновление | 2013-06-09 |
Дата публикации | 2013-06-08 |
Разработчик | Gadsy |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.tumblr.com\/mobile*" ] } ], "manifest_version": 2, "name": "Tumblr Mobile Images Next", "version": "1.0" } |