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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
💫 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" ] } |