Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Wat is Redbubble Tag Counter?
Redbubble Tag Counter is een Chrome-extensie ontwikkeld door redbubbletagcounter, en de belangrijkste functie is "Counts and displays the number of tags on Redbubble upload page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Redbubble Tag Counter
Download Redbubble Tag Counter-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
Counts and displays the number of tags on Redbubble upload page, the counter increases once an additional sentance has been added and seperated with a comma. Text turns red if you exceed 50 tags
Basisinformatie over de Extensie
Naam | Redbubble Tag Counter |
ID | ncccnkalnkmkmpjaobeondekghkjpafk |
Officiële URL | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
Beschrijving | Counts and displays the number of tags on Redbubble upload page. |
Bestandsgrootte | 6.73 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-31 |
Publicatiedatum | 2023-03-31 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | redbubbletagcounter |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.gg/ugygmPke |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble Tag Counter", "version": "1.0", "description": "Counts and displays the number of tags on Redbubble upload page.", "action": { "default_icon": { "48": "icon.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.redbubble.com\/portfolio\/images\/new*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png" } } |