booth無料ダウンロード履歴

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

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

booth無料ダウンロード履歴 is a Chrome extension developed by sapporo.k.h, and its main feature is "boothの無料ダウンロード履歴を付ける拡張機能です。".

Extension Screenshots

screenshot
screenshot

Download booth無料ダウンロード履歴 Extension CRX File

Download booth無料ダウンロード履歴 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

                        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…ダウンロードの履歴をつける機能を実装しました。                    

Extension Basic Information

Name booth無料ダウンロード履歴 booth無料ダウンロード履歴
ID feodfolaejmkkjmpfefomlbpopbjmpai
Official 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
Description boothの無料ダウンロード履歴を付ける拡張機能です。
File Size 13.33 KB
Installation Count 1,620
Current Version 5.1
Last Updated 2023-04-25
Publish Date 2021-12-21
Rating 5.00/5 Total 2 Ratings
Developer sapporo.k.h
Email [email protected]
Payment Type free
Supported Languages 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"
}