CreatorPulse

Elevate your OnlyFans experience!

什么是CreatorPulse?

CreatorPulse是由barberosaaaa开发的Chrome扩展程序,该扩展的主要功能是“Elevate your OnlyFans experience!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CreatorPulse扩展crx文件

下载CreatorPulse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        CreatorPulse, the ultimate tool for optimising your work, so you can focus on the important things.

Proven Roi, CreatorPulse will pay for itself. 

✔ Our browser extension integrates directly into OnlyFans to help run your profile with ease.
-------------------------------------------------------------

🥁 NEWEST Update and Fixes V1.0.0.3 1/1/2024


🎖 ALL FEATURES:
🏷 (PRO) When opened in a fan's private chat, Vault items are labelled as sent, purchased, or not purchased and are color coded. Items which have been posted on the feed are also labelled. 

📝 (PRO) Fan notes section, see notes quickly about each fan

😃 (PRO) Add emoji bar above chat input for fast selection of your favorite emojis


🕺 (PRO) Never miss an online fan! See all fans who are currently online and filter the list by amount spent.

🕺 (PRO) Popup reminder if a paying fan is left on read for more than 20 minutes.                    

扩展基本信息

名称 CreatorPulse CreatorPulse
ID odndhigapbgndoicjeikonmejpehodng
官方URL https://chrome.google.com/webstore/detail/creatorpulse/odndhigapbgndoicjeikonmejpehodng
简介 Elevate your OnlyFans experience!
文件大小 912 KB
安装次数 45
当前版本 0.0.0.5
更新时间 2024-03-01
上架时间 2023-09-13
评分 5.00/5 共1次评分
开发者 barberosaaaa
电子邮箱 [email protected]
付费类型 free
扩展官网 https://creatorpulse.ai
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CreatorPulse",
    "description": "Elevate your OnlyFans experience!",
    "minimum_chrome_version": "110",
    "version": "0.0.0.5",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "CreatorPulse",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.onlyfans.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                "contentScript.js",
                "content_script_chats.js"
            ],
            "css": [
                "content_style_chats.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                "worldMain.js"
            ],
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*",
                "popupLoader.js",
                "*.map",
                "typo\/dictionaries\/en_US\/en_US.aff",
                "typo\/dictionaries\/en_US\/en_US.dic"
            ],
            "matches": [
                "",
                "*:\/\/*.onlyfans.com\/*"
            ]
        }
    ]
}