Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Co to jest Smart Pixiv Surfer?
Smart Pixiv Surfer to rozszerzenie Chrome opracowane przez https://jumtana.blogspot.com, a jego główną funkcją jest „You can surf more smart on Pixiv with this.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Pixiv Surfer
Pobierz pliki rozszerzeń Smart Pixiv Surfer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
Oficjalny URL | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
Opis | You can surf more smart on Pixiv with this. |
Rozmiar pliku | 40.33 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2018-02-25 |
Data Publikacji | 2018-02-25 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://jumtana.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | 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 } |