Clean-DLSite
DLSite上の表示制限の設定されている作品(AI生成等)を画面上のリストから削除します。
What is Clean-DLSite?
Clean-DLSite is a Chrome extension developed by kawa-nobu, and its main feature is "DLSite上の表示制限の設定されている作品(AI生成等)を画面上のリストから削除します。".
Extension Screenshots
Download Clean-DLSite Extension CRX File
Download Clean-DLSite 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
DLSite上の表示NG設定をしている作品をサムネのみではなく、画面上から消すことのできる拡張機能です。
本拡張機能は非公式です。
GitHub:https://github.com/kawa-nobu/Clean-DLSite
バグ報告や機能の要望などは、
Twitter:[@kw_nobu2]へDMを送信して頂くか、
専用フォーム:[https://forms.gle/AF2hB5qXXRczzXbr8]へ入力をお願いいたします。 Extension Basic Information
| Name | |
| ID | kbmmbphljdaccckcnibdojbpbejgfbin |
| Official URL | https://chromewebstore.google.com/detail/clean-dlsite/kbmmbphljdaccckcnibdojbpbejgfbin |
| Description | DLSite上の表示制限の設定されている作品(AI生成等)を画面上のリストから削除します。 |
| File Size | 13.43 KB |
| Installation Count | 73 |
| Current Version | 1.1 |
| Last Updated | 2023-03-02 |
| Publish Date | 2022-12-09 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | kawa-nobu |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/kawa-nobu/Clean-DLSite |
| Help Page URL | https://github.com/kawa-nobu/Clean-DLSite |
| Supported Languages | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clean-DLSite",
"version": "1.1",
"manifest_version": 3,
"description": "DLSite\u4e0a\u306e\u8868\u793a\u5236\u9650\u306e\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u4f5c\u54c1(AI\u751f\u6210\u7b49)\u3092\u753b\u9762\u4e0a\u306e\u30ea\u30b9\u30c8\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u3002",
"icons": {
"128": "icon.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/www.dlsite.com\/*"
],
"js": [
"content.js"
]
}
]
} | |