CreatorPulse
Elevate your OnlyFans experience!
CreatorPulseคืออะไร?
CreatorPulse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย barberosaaaa และคุณลักษณะหลักของมันคือ "Elevate your OnlyFans experience!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CreatorPulse
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |