booth無料ダウンロード履歴

boothの無料ダウンロード履歴を付ける拡張機能です。

Wat is booth無料ダウンロード履歴?

booth無料ダウンロード履歴 is een Chrome-extensie ontwikkeld door sapporo.k.h, en de belangrijkste functie is "boothの無料ダウンロード履歴を付ける拡張機能です。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie booth無料ダウンロード履歴

Download booth無料ダウンロード履歴-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        booth.pmの無料アイテムのダウンロード履歴を記録する拡張機能です。

★概要
boothは購入履歴の記録をしてくれますが、無料アイテムのダウンロードは履歴がありません。
VRChatのワールド開発者やアバター改変する人、CoC等のシナリオ作成者が困るため、この拡張機能を実装しました。

★使い方(動画もあります)
①拡張機能をインストール
②無料アイテムをダウンロード
③拡張機能のアイコンをクリックで履歴を確認
④履歴のダウンロード(HTMLとCSV)や履歴の削除もできます

★要望、不具合報告
Twitter @vr_kan_chan
※実はいくつか既知の不具合が存在します。要望があれば修正するかもしれません。

★バージョンについて
https://github.com/k-horiuchi/booth_free_download_history
5.1…アイテムページにて、ダウンロードボタンが表示されない不具合を解消しました。ご不便をおかけして申し訳ありません。
5.0…boothのショップページからのダウンロードも履歴が保存されるようになりました。シェアボタンを連打したときに無限に増殖するバグを修正しました。
4.0…無料アイテムをダウンロードした際にシェアボタンが表示されるようになりました。
3.0…致命的な不具合を修正しました。音楽ファイルも履歴に残るように対応しました。スクリーンショットやアイコンを変更しました。
2.0…既知の不具合を修正しました。ダウンロード時刻を保存することで、ダウンロードした順番をソートできるように修正しました。
1.0…ダウンロードの履歴をつける機能を実装しました。                    

Basisinformatie over de Extensie

Naam booth無料ダウンロード履歴 booth無料ダウンロード履歴
ID feodfolaejmkkjmpfefomlbpopbjmpai
Officiële URL https://chromewebstore.google.com/detail/booth%E7%84%A1%E6%96%99%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E5%B1%A5%E6%AD%B4/feodfolaejmkkjmpfefomlbpopbjmpai
Beschrijving boothの無料ダウンロード履歴を付ける拡張機能です。
Bestandsgrootte 13.33 KB
Aantal Installaties 1,620
Huidige Versie 5.1
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2021-12-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sapporo.k.h
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "booth\u7121\u6599\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u5c65\u6b74",
    "short_name": "booth log",
    "version": "5.1",
    "description": "booth\u306e\u7121\u6599\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u5c65\u6b74\u3092\u4ed8\u3051\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/booth.pm\/ja\/items\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.booth.pm\/items\/*"
            ],
            "js": [
                "shopPage.js"
            ]
        },
        {
            "matches": [
                "*:\/\/booth.pm\/*"
            ],
            "js": [
                "addMenu.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "history.html"
    },
    "options_page": "history.html"
}