Pixiv Supporter
help your browsing in pixiv
What is Pixiv Supporter?
Pixiv Supporter is a Chrome extension developed by Unknown, and its main feature is "help your browsing in pixiv".
Download Pixiv Supporter Extension CRX File
Download Pixiv Supporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
[0.2] * ブックマーク、自分の作品一覧など、作品の選択がチェックボックスだけでなく、作品のサムネイルをクリックしても可能に。 * コメント履歴にて、日別の合計コメント数を表示。 [0.1] pixivサイト内で、下記の完了ページを開くと自動で前のページに戻ります。 * 作品をブックマーク追加 * ユーザーをフォロー
Extension Basic Information
Name | Pixiv Supporter |
ID | adcipcbdiheoomhpkaofhkjadnfajgac |
Official URL | https://chromewebstore.google.com/detail/pixiv-supporter/adcipcbdiheoomhpkaofhkjadnfajgac |
Description | help your browsing in pixiv |
File Size | 718 KB |
Installation Count | 19 |
Current Version | 0.2 |
Last Updated | 2016-05-24 |
Publish Date | 2016-05-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixiv Supporter", "version": "0.2", "description": "help your browsing in pixiv", "content_scripts": [ { "matches": [ "http:\/\/www.pixiv.net\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon128.png" } } |