Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Vad är Smart Pixiv Surfer?
Smart Pixiv Surfer är en Chrome-tillägg utvecklad av https://jumtana.blogspot.com, och dess huvudfunktion är "You can surf more smart on Pixiv with this.".
Tilläggsskärmbilder
Ladda ner Smart Pixiv Surfer-förlängningens CRX-fil
Ladda ner Smart Pixiv Surfer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hndnhhkcidojfodlhdghbebogfblonin |
| Officiell webbadress | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
| Beskrivning | You can surf more smart on Pixiv with this. |
| Filstorlek | 40.33 KB |
| Antal Installationer | 94 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2018-02-25 |
| Publiceringsdatum | 2018-02-25 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | https://jumtana.blogspot.com |
| Betalningssätt | free |
| Stödda Språk | 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
} | |