Redbubble Tags Copy
This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.
Redbubble Tags Copyとは何ですか?
Redbubble Tags Copyはmohamedoulkirによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.」です。
拡張機能のスクリーンショット
Redbubble Tags Copy拡張機能のCRXファイルをダウンロード
Redbubble Tags Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As you can see in the screenshots, in a searching or a shop page, you can get the products tags with a click. To use this service you need to pay 2$, but before you can try it for 7 days. More details in the video above.
拡張機能の基本情報
名前 | |
ID | inehmbmpggcbcknppppchmeonjckaalc |
公式URL | https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc |
説明 | This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$. |
ファイルサイズ | 54.43 KB |
インストール数 | 32 |
現在のバージョン | 2.0.2 |
最終更新日 | 2022-10-16 |
公開日 | 2022-08-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mohamedoulkir |
Eメール | [email protected] |
支払い方法 | in_app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble Tags Copy", "short_name": "Redbubble Xoosted", "version": "2.0.2", "author": "ExtensionPay", "description": "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.redbubble.com\/*" ], "css": [ "aissa.css" ], "js": [ "aissa.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "icons": { "16": "\/aissa16.png", "48": "\/aissa48.png", "128": "\/aissa128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |