BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
Τι είναι το BubbleSpider;
Το BubbleSpider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bubblespider.com, και η κύρια λειτουργία του είναι "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BubbleSpider
Λήψη αρχείων επέκτασης BubbleSpider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Collection of tools for Redbubble® designers
• Tag Generation: grab the tags of the best selling designs on Redbubble
• Tag Copy: easily copy the tags of individual design to your clipboard
• Shadow Ban Indicator: find out if your designs are shadow banned or indexable on Google
• Tag Spam Indicator: see which designs are using tag spamming Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | adkappjdekgefnmlalhahdnnhiifkgof |
| Επίσημο URL | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
| Περιγραφή | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
| Μέγεθος Αρχείου | 619 KB |
| Αριθμός Εγκαταστάσεων | 1,748 |
| Τρέχουσα Έκδοση | 1.4.0 |
| Τελευταία Ενημέρωση | 2023-12-17 |
| Ημερομηνία Δημοσίευσης | 2022-05-04 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://bubblespider.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.bubblespider.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.bubblespider.com/contact |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.bubblespider.com/privacy-policy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BubbleSpider",
"version": "1.4.0",
"description": "Collection of tools for Redbubble\u00ae designers: Tag Generation, Tag Copy, Shadow Ban Indicator.",
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"import-content.js"
],
"run_at": "document_idle",
"matches": [
"https:\/\/www.redbubble.com\/*"
]
}
],
"action": {
"default_icon": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
}
},
"icons": {
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"permissions": [
"webNavigation",
"storage",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"pages\/popup\/index.html",
"img\/*"
],
"matches": [
"https:\/\/www.redbubble.com\/*"
]
},
{
"resources": [
"chunks\/*-*.js",
"content.js"
],
"matches": [
"https:\/\/www.redbubble.com\/*"
]
}
],
"host_permissions": [
"https:\/\/www.redbubble.com\/"
],
"externally_connectable": {
"matches": [
"https:\/\/www.bubblespider.com\/*"
]
}
} | |