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文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | abdooakhlfkedkgjffcolnnbijlopclf |
| 官方網址 | 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"
]
} | |