Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Apa itu Redbubble Tag Counter?
Redbubble Tag Counter adalah ekstensi Chrome yang dikembangkan oleh redbubbletagcounter, dan fitur utamanya adalah "Counts and displays the number of tags on Redbubble upload page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Redbubble Tag Counter
Unduh file ekstensi Redbubble Tag Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Redbubble Tag Counter |
ID | ncccnkalnkmkmpjaobeondekghkjpafk |
URL Resmi | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
Deskripsi | Counts and displays the number of tags on Redbubble upload page. |
Ukuran File | 6.73 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-31 |
Tanggal Publikasi | 2023-03-31 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | redbubbletagcounter |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://discord.gg/ugygmPke |
Bahasa yang Didukung | 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" } } |