DLsite title copy

DLsite商品ページのタイトルコピー

What is DLsite title copy?

DLsite title copy is a Chrome extension developed by hxbdy541, and its main feature is "DLsite商品ページのタイトルコピー".

Extension Screenshots

screenshot
screenshot

Download DLsite title copy Extension CRX File

Download DLsite title copy 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の商品タイトルをコピーできるようにします。
商品ページを開いたときに自動でクリップボードに貼り付けることも可能です。                    

Extension Basic Information

Name DLsite title copy DLsite title copy
ID honbpdgcaidoomhlgkkjbinaocafidol
Official URL https://chromewebstore.google.com/detail/dlsite-title-copy/honbpdgcaidoomhlgkkjbinaocafidol
Description DLsite商品ページのタイトルコピー
File Size 4.14 KB
Installation Count 110
Current Version 1.0
Last Updated 2023-03-08
Publish Date 2023-03-08
Developer hxbdy541
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DLsite title copy",
    "version": "1.0",
    "description": "DLsite\u5546\u54c1\u30da\u30fc\u30b8\u306e\u30bf\u30a4\u30c8\u30eb\u30b3\u30d4\u30fc",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dlsite.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "main.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}