Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Prompt Navigator Scroller",
"version": "1.1.2",
"description": "Adds a scrollable timeline to posts or sections on a page.",
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/www.chatgpt.com\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/www.chat.deepseek.com\/*"
],
"css": [
"styles.css"
],
"js": [
"libs\/jquery.min.js",
"libs\/bootstrap.bundle.min.js",
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icons\/icon128.png"
}
}