Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

O que é Smart Pixiv Surfer?

Smart Pixiv Surfer é uma extensão do Chrome desenvolvida por https://jumtana.blogspot.com, e sua principal característica é "You can surf more smart on Pixiv with this.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Pixiv Surfer

Baixe arquivos de extensão Smart Pixiv Surfer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
URL Oficial https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
Descrição You can surf more smart on Pixiv with this.
Tamanho do Arquivo 40.33 KB
Contagem de Instalações 94
Versão Atual 0.2
Última Atualização 2018-02-25
Data de Publicação 2018-02-25
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://jumtana.blogspot.com
Tipo de Pagamento free
Idiomas Suportados 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
}