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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_title": "BoLens - \u5e2e\u4f60\u5728Producthunt\u53d1\u73b0\u4e0b\u4e00\u4e2a\u72ec\u89d2\u517d\u4ea7\u54c1"
},
"version": "0.7.1",
"author": "Bolens",
"name": "BoLens - Producthunt\u5168\u80fd\u52a9\u624b",
"description": "\u5e2e\u5728Producthunt\u4f60\u53d1\u73b0\u4e0b\u4e00\u4e2a\u72ec\u89d2\u517d\u4ea7\u54c1 - AI\u9a71\u52a8\u7684\u4ea7\u54c1\u53d1\u73b0\u52a9\u624b",
"background": {
"service_worker": "static\/background\/index.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel",
"activeTab",
"tabs",
"cookies",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.producthunt.com\/*"
],
"js": [
"pageExtractPH.b998c9a6.js"
],
"run_at": "document_idle",
"css": []
}
],
"host_permissions": [
"http:\/\/localhost:8000\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/bolens.dongnan.chat\/*",
"https:\/\/www.producthunt.com\/*"
]
}