Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Supercreator for OnlyFans란 무엇입니까?
Supercreator for OnlyFans은(는) http://supercreator.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Superpowers to your OnlyFans"입니다.
확장 프로그램 스크린샷
Supercreator for OnlyFans 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💫 Improve your monetization from your fans in private chatting 💫 Add powerful capabilities to your mass messaging PPVs 💫 Speed up and automate your workflow 💫 Autofollow and Emoji keyboard included Join hundreds of creators and agencies using Supercreator to grow their business.
확장 프로그램 기본 정보
이름 | Supercreator for OnlyFans |
ID | abdooakhlfkedkgjffcolnnbijlopclf |
공식 URL | https://chrome.google.com/webstore/detail/supercreator-for-onlyfans/abdooakhlfkedkgjffcolnnbijlopclf |
설명 | Add Superpowers to your OnlyFans |
파일 크기 | 1.53 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.10.4 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2022-01-10 |
평점 | 4.68/5 총 53 개의 평점 |
개발자 | http://supercreator.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://supercreator.app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Supercreator for OnlyFans", "version": "1.10.4", "description": "Add Superpowers to your OnlyFans", "short_name": "Supercreator", "permissions": [ "storage", "unlimitedStorage", "cookies", "webNavigation", "webRequest", "webRequestBlocking", "management", "https:\/\/onlyfans.com\/*", "*:\/\/*.supercreator.app\/*", "https:\/\/us-central1-supercreator-app.cloudfunctions.net\/*", "*:\/\/*.logz.io\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.supercreator.app\/*" ] }, "background": { "scripts": [ "build\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/onlyfans.com\/*" ], "js": [ "build\/content.js", "build\/intercom.js" ], "css": [ "build\/content-sc.css" ] } ], "browser_action": { "default_popup": "build\/popup\/index.html", "default_title": "\ud83c\udf1f Supercreator", "default_icon": { "16": "static\/icons\/16.png", "32": "static\/icons\/32.png" } }, "icons": { "16": "static\/icons\/16.png", "32": "static\/icons\/32.png", "48": "static\/icons\/48.png", "128": "static\/icons\/128.png" }, "web_accessible_resources": [ "static\/*", "build\/content-sc.css", "build\/intercomTrigger.js" ] } |