DLsite title copy

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

什么是DLsite title copy?

DLsite title copy是由hxbdy541开发的Chrome扩展程序,该扩展的主要功能是“DLsite商品ページのタイトルコピー”。

扩展截图

screenshot
screenshot

下载DLsite title copy扩展crx文件

下载DLsite title copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 DLsite title copy DLsite title copy
ID honbpdgcaidoomhlgkkjbinaocafidol
官方URL https://chromewebstore.google.com/detail/dlsite-title-copy/honbpdgcaidoomhlgkkjbinaocafidol
简介 DLsite商品ページのタイトルコピー
文件大小 4.14 KB
安装次数 110
当前版本 1.0
更新时间 2023-03-08
上架时间 2023-03-08
开发者 hxbdy541
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}