BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
BubbleSpider란 무엇입니까?
BubbleSpider은(는) https://bubblespider.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator."입니다.
확장 프로그램 스크린샷
BubbleSpider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | BubbleSpider |
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\/*" ] } } |