Pixiv Supporter

help your browsing in pixiv

Qu'est-ce que Pixiv Supporter ?

Pixiv Supporter est une extension Chrome développée par Unknown, et sa fonction principale est "help your browsing in pixiv".

Télécharger le fichier CRX de l'extension Pixiv Supporter

Téléchargez les fichiers d'extension Pixiv Supporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        [0.2]
* ブックマーク、自分の作品一覧など、作品の選択がチェックボックスだけでなく、作品のサムネイルをクリックしても可能に。
* コメント履歴にて、日別の合計コメント数を表示。


[0.1]
pixivサイト内で、下記の完了ページを開くと自動で前のページに戻ります。
* 作品をブックマーク追加
* ユーザーをフォロー                    

Informations de Base sur l'Extension

Nom Pixiv Supporter Pixiv Supporter
ID adcipcbdiheoomhpkaofhkjadnfajgac
URL Officiel https://chromewebstore.google.com/detail/pixiv-supporter/adcipcbdiheoomhpkaofhkjadnfajgac
Description help your browsing in pixiv
Taille du Fichier 718 KB
Nombre d'Installations 19
Version Actuelle 0.2
Dernière Mise à Jour 2016-05-24
Date de Publication 2016-05-23
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}