Fantia Auto Renamer
Fantia Auto Renamer
What is Fantia Auto Renamer?
Fantia Auto Renamer is a Chrome extension developed by mmd.watch, and its main feature is "Fantia Auto Renamer".
Extension Screenshots
Download Fantia Auto Renamer Extension CRX File
Download Fantia Auto Renamer 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
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: 保存時点の時間(分)
Extension Basic Information
Name | |
ID | ekibiklcidiajlghlhppbnolohiapemj |
Official URL | https://chromewebstore.google.com/detail/fantia-auto-renamer/ekibiklcidiajlghlhppbnolohiapemj |
Description | Fantia Auto Renamer |
File Size | 10.17 KB |
Installation Count | 1,280 |
Current Version | 2.0.2 |
Last Updated | 2023-08-28 |
Publish Date | 2019-01-01 |
Rating | 4.00/5 Total 4 Ratings |
Developer | mmd.watch |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mmduser1/fantia_auto_renamer |
Help Page URL | https://github.com/mmduser1/fantia_auto_renamer/issues |
Privacy Policy Page URL | https://mmduser1.github.io/privacy |
Supported Languages | 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" } } |