Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Vad är Redbubble Tag Counter?
Redbubble Tag Counter är en Chrome-tillägg utvecklad av redbubbletagcounter, och dess huvudfunktion är "Counts and displays the number of tags on Redbubble upload page.".
Tilläggsskärmbilder
Ladda ner Redbubble Tag Counter-förlängningens CRX-fil
Ladda ner Redbubble Tag Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ncccnkalnkmkmpjaobeondekghkjpafk |
| Officiell webbadress | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
| Beskrivning | Counts and displays the number of tags on Redbubble upload page. |
| Filstorlek | 6.73 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-03-31 |
| Publiceringsdatum | 2023-03-31 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | redbubbletagcounter |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://discord.gg/ugygmPke |
| Stödda Språk | 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"
}
} | |