Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Что такое Smart Pixiv Surfer?
Smart Pixiv Surfer - это расширение Chrome, разработанное https://jumtana.blogspot.com, и его основная функция - "You can surf more smart on Pixiv with this.".
Снимки экрана расширения
Скачать файл CRX расширения Smart Pixiv Surfer
Скачайте файлы расширений Smart Pixiv Surfer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Makes ui simple and privde you good pixiv surfing! Main features are - Improve user profile page - Improve original size image view ----- UI をシンプルにして、Pixiv サーフィンを快適にします! 主な機能はこちら ・ユーザプロフィール画面の改善 ・オリジナルサイズ画像表の改善 ----- https://www.pixiv.net/member_illust.php?mode=medium&illust_id=64686719
Основная информация о расширении
Название | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
Официальный URL | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
Описание | You can surf more smart on Pixiv with this. |
Размер файла | 40.33 KB |
Количество установок | 94 |
Текущая Версия | 0.2 |
Последнее Обновление | 2018-02-25 |
Дата публикации | 2018-02-25 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | https://jumtana.blogspot.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Pixiv Surfer", "version": "0.2", "description": "You can surf more smart on Pixiv with this.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.pixiv.net\/*" ], "css": [ "focus.css" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "manifest_version": 2 } |