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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |