booth無料ダウンロード履歴

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

Qu'est-ce que booth無料ダウンロード履歴 ?

booth無料ダウンロード履歴 est une extension Chrome développée par sapporo.k.h, et sa fonction principale est "boothの無料ダウンロード履歴を付ける拡張機能です。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension booth無料ダウンロード履歴

Téléchargez les fichiers d'extension booth無料ダウンロード履歴 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

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

Informations de Base sur l'Extension

Nom booth無料ダウンロード履歴 booth無料ダウンロード履歴
ID feodfolaejmkkjmpfefomlbpopbjmpai
URL Officiel 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の無料ダウンロード履歴を付ける拡張機能です。
Taille du Fichier 13.33 KB
Nombre d'Installations 1,620
Version Actuelle 5.1
Dernière Mise à Jour 2023-04-25
Date de Publication 2021-12-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur sapporo.k.h
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}