DLsite title copy
DLsite商品ページのタイトルコピー
Wat is DLsite title copy?
DLsite title copy is een Chrome-extensie ontwikkeld door hxbdy541, en de belangrijkste functie is "DLsite商品ページのタイトルコピー".
Extensie Screenshots
Download het CRX-bestand van de extensie DLsite title copy
Download DLsite title copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        DLsiteの商品タイトルをコピーできるようにします。
商品ページを開いたときに自動でクリップボードに貼り付けることも可能です。                     Basisinformatie over de Extensie
| Naam |   |  
| ID | honbpdgcaidoomhlgkkjbinaocafidol | 
| Officiële URL | https://chromewebstore.google.com/detail/dlsite-title-copy/honbpdgcaidoomhlgkkjbinaocafidol | 
| Beschrijving | DLsite商品ページのタイトルコピー | 
| Bestandsgrootte | 4.14 KB | 
| Aantal Installaties | 110 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2023-03-08 | 
| Publicatiedatum | 2023-03-08 | 
| Ontwikkelaar | hxbdy541 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |