BOOTH持ってるよリスト
『BOOTH持ってるよリスト』は、BOOTHの商品をリストにして管理・共有できるサービスです。
Was ist BOOTH持ってるよリスト?
BOOTH持ってるよリスト ist eine Chrome-Erweiterung, die von Project Tesca entwickelt wurde, und ihr Hauptmerkmal ist "『BOOTH持ってるよリスト』は、BOOTHの商品をリストにして管理・共有できるサービスです。".
Erweiterungsscreenshots
BOOTH持ってるよリスト-Erweiterungs-CRX-Datei herunterladen
Laden Sie BOOTH持ってるよリスト-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
BOOTHの商品をリストにして管理・共有できるサービスである、『BOOTH 持ってるよリスト』をより便利にする拡張機能です。
◆ 拡張機能を導入すると出来ること
・BOOTHの商品ページに「+ BOOTH持ってるよリストに追加」ボタンが表示
- ボタンを押すと、簡単にリストに追加できます
・BOOTH持ってるよリストに登録しているユーザーのTwitterプロフィールに「BOOTH持ってるよリストを見る」ボタンが表示
- ボタンを押すと、そのユーザーのリストを簡単に見ることができます
・BOOTHのトップページに「BOOTH持ってるよリストに移動」ボタンが表示
- ボタンを押すと、リストを編集する画面に移動できます
▼サービスURL
https://motteruyo.com
▼ヘルプ・サポート
https://tesca.notion.site/79e44a42aaac4ecfbe2fc59229882b54 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clidjfamopgbhogcphjjkihpmkhomedj |
| Offizielle URL | https://chromewebstore.google.com/detail/booth%E6%8C%81%E3%81%A3%E3%81%A6%E3%82%8B%E3%82%88%E3%83%AA%E3%82%B9%E3%83%88/clidjfamopgbhogcphjjkihpmkhomedj |
| Beschreibung | 『BOOTH持ってるよリスト』は、BOOTHの商品をリストにして管理・共有できるサービスです。 |
| Dateigröße | 52.28 KB |
| Installationsanzahl | 523 |
| Aktuelle Version | 2.0.2 |
| Letztes Update | 2023-09-23 |
| Veröffentlichungsdatum | 2023-01-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Project Tesca |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://motteruyo.com/ |
| Hilfeseite URL | https://tesca.notion.site/79e44a42aaac4ecfbe2fc59229882b54 |
| URL der Datenschutzrichtlinien-Seite | https://tesca.notion.site/b514f66409bc4285a4355f7c781370d3 |
| Unterstützte Sprachen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BOOTH\u6301\u3063\u3066\u308b\u3088\u30ea\u30b9\u30c8",
"version": "2.0.2",
"manifest_version": 3,
"description": "\u300eBOOTH\u6301\u3063\u3066\u308b\u3088\u30ea\u30b9\u30c8\u300f\u306f\u3001BOOTH\u306e\u5546\u54c1\u3092\u30ea\u30b9\u30c8\u306b\u3057\u3066\u7ba1\u7406\u30fb\u5171\u6709\u3067\u304d\u308b\u30b5\u30fc\u30d3\u30b9\u3067\u3059\u3002",
"content_scripts": [
{
"matches": [
"https:\/\/booth.pm\/ja\/items\/*",
"https:\/\/booth.pm\/*\/items\/*",
"https:\/\/*.booth.pm\/*\/items\/*",
"https:\/\/*.booth.pm\/items\/*"
],
"js": [
"dist\/content_scripts\/item_page.js"
],
"css": [
"css\/item_page.css"
]
},
{
"matches": [
"https:\/\/booth.pm\/*"
],
"js": [
"dist\/content_scripts\/booth_header.js"
]
},
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"js": [
"dist\/content_scripts\/twitter_profile.js"
],
"css": [
"css\/twitter_profile.css"
]
}
],
"background": {
"service_worker": "dist\/background.js"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/motteruyo.com\/*"
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png",
"512": "icon\/icon512.png"
}
} | |