BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
Co je BubbleSpider?
BubbleSpider je rozšíření Chrome vyvinuté https://bubblespider.com, a jeho hlavní funkcí je „Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BubbleSpider
Stáhněte si soubory rozšíření BubbleSpider ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
Oficiální URL | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
Popis | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
Velikost souboru | 619 KB |
Počet instalací | 1,748 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2023-12-17 |
Datum Vydání | 2022-05-04 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://bubblespider.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.bubblespider.com |
URL Stránky Nápovědy | https://www.bubblespider.com/contact |
URL Stránky Zásad Ochrany Soukromí | https://www.bubblespider.com/privacy-policy |
Podporované Jazyky | 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\/*" ] } } |