Fantia Auto Renamer
Fantia Auto Renamer
Cos'è Fantia Auto Renamer?
Fantia Auto Renamer è un'estensione di Chrome sviluppata da mmd.watch, e la sua funzione principale è "Fantia Auto Renamer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fantia Auto Renamer
Scarica i file di estensione Fantia Auto Renamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fantiaで「ファイルをダウンロード」ボタンを押したときに様々な情報を自動でファイル名に付与します。 保存時のファイル名は下記を組み合わせて自由に設定できます。 ・fanclub-ownername: ファンクラブのオーナーの名前 ・fanclub-name: ファンクラブ自体の名前 ・file-origin-name: ファイルのオリジナル名(ダウンロードボタンのすぐ下に表示されているもの) ・post-title: 投稿のタイトル ・post-content-title: 投稿内のファイルそれぞれに付いているタイトル ・post-id: 投稿ID(URLの数字と同じ) ・file-number: Fantia上のファイルID ・year: アップロードされた年(西暦) ・month: アップロードされた月(01~12) ・day: アップロードされた日(01~31) ・hour: アップロードされた時間(時間:00~23) ・minute: アップロードされた時間(分:00~59) ・saved-year: 保存時点の年 ・saved-month: 保存時点の月 ・saved-day: 保存時点の日 ・saved-hour: 保存時点の時間(時) ・saved-minute: 保存時点の時間(分)
Informazioni di Base sull'Estensione
Nome | |
ID | ekibiklcidiajlghlhppbnolohiapemj |
URL Ufficiale | https://chromewebstore.google.com/detail/fantia-auto-renamer/ekibiklcidiajlghlhppbnolohiapemj |
Descrizione | Fantia Auto Renamer |
Dimensione del File | 10.17 KB |
Conteggio Installazioni | 1,280 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2023-08-28 |
Data di Pubblicazione | 2019-01-01 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | mmd.watch |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mmduser1/fantia_auto_renamer |
URL della Pagina di Aiuto | https://github.com/mmduser1/fantia_auto_renamer/issues |
URL della Pagina della Politica sulla Privacy | https://mmduser1.github.io/privacy |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fantia Auto Renamer", "version": "2.0.2", "description": "Fantia Auto Renamer", "permissions": [ "downloads", "storage" ], "host_permissions": [ "*:\/\/fantia.jp\/posts\/*\/download\/*" ], "icons": { "48": "icons\/icon-48.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/fantia.jp\/*" ], "js": [ "content_scripts\/down.js" ] } ], "options_ui": { "page": "options\/options.html" } } |