Supercreator for OnlyFans
Add Superpowers to your OnlyFans
Supercreator for OnlyFansคืออะไร?
Supercreator for OnlyFans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://supercreator.app และคุณลักษณะหลักของมันคือ "Add Superpowers to your OnlyFans"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supercreator for OnlyFans
ดาวน์โหลดไฟล์ส่วนขยาย Supercreator for OnlyFans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
💫 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" ] } |