Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
什麼是Smart Pixiv Surfer?
Smart Pixiv Surfer是由https://jumtana.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“You can surf more smart on Pixiv with this.”。
擴展截圖
下載Smart Pixiv Surfer擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | hndnhhkcidojfodlhdghbebogfblonin |
| 官方網址 | 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
} | |