Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Hvad er Redbubble Tag Counter?
Redbubble Tag Counter er en Chrome-udvidelse udviklet af redbubbletagcounter, og dens hovedfunktion er "Counts and displays the number of tags on Redbubble upload page.".
Udvidelsesskærmbilleder
Download Redbubble Tag Counter-udvidelses-CRX-fil
Download Redbubble Tag Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Redbubble Tag Counter |
ID | ncccnkalnkmkmpjaobeondekghkjpafk |
Officiel URL | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
Beskrivelse | Counts and displays the number of tags on Redbubble upload page. |
Filstørrelse | 6.73 KB |
Antal Installationer | 24 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-03-31 |
Udgivelsesdato | 2023-03-31 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | redbubbletagcounter |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://discord.gg/ugygmPke |
Understøttede Sprog | 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" } } |