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$.
Wat is Redbubble Tags Copy?
Redbubble Tags Copy is een Chrome-extensie ontwikkeld door mohamedoulkir, en de belangrijkste functie is "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.".
Extensie Screenshots
Download het CRX-bestand van de extensie Redbubble Tags Copy
Download Redbubble Tags 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | inehmbmpggcbcknppppchmeonjckaalc |
| Officiële URL | https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc |
| Beschrijving | This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$. |
| Bestandsgrootte | 54.43 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 2.0.2 |
| Laatst Bijgewerkt | 2022-10-16 |
| Publicatiedatum | 2022-08-24 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | mohamedoulkir |
| [email protected] | |
| Betalingswijze | in_app |
| Ondersteunde Talen | 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"
]
} | |