CreativeFuel.ai
Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.
CreativeFuel.ai क्या है?
CreativeFuel.ai https://creativefuel.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CreativeFuel.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The CreativeFuel.ai browser extension brings a host of curated Prompt Templates for YouTube Creators directly into the ChatGPT website. Make sure to first purchase data access for our GPT by heading to https://CreativeFuel.ai.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jlnhkhilbnchomhgjogpcdhdhjeglbka |
आधिकारिक URL | https://chromewebstore.google.com/detail/creativefuelai/jlnhkhilbnchomhgjogpcdhdhjeglbka |
विवरण | Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences. |
फ़ाइल का आकार | 201 KB |
स्थापना संख्या | 111 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2024-03-02 |
प्रकाशन तिथि | 2023-09-24 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://creativefuel.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://CreativeFuel.ai |
सहायता पृष्ठ URL | https://CreativeFuel.ai/feedback |
गोपनीयता नीति पृष्ठ URL | https://creativefuel.ai/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Train ChatGPT on your YouTube Channel with CreativeFuel.ai for smarter, personalized and more valuable chat experiences.", "version": "1.2.0", "manifest_version": 3, "name": "CreativeFuel.ai", "version_name": "1.2.0", "background": { "service_worker": "background.bundle.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css", "tailwind.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon128.png", "icon48.png", "icon16.png", "cflogo.png", "profilemenu.png", "noProfileThumbnail.png", "manifest.json" ], "matches": [ "*:\/\/chat.openai.com\/*" ] } ], "short_name": "CreativeFuel" } |