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": "ClipAIble",
"version": "3.3.0",
"description": "Article extractor with AI and automatic modes. Save any webpage as PDF, EPUB, FB2, Markdown, or Audio with translation.",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; base-uri 'self';"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"scripting",
"downloads",
"debugger",
"alarms",
"notifications",
"contextMenus",
"offscreen",
"webNavigation"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"config\/pdf-styles.css",
"print\/print.html",
"lib\/*",
"lib\/pdfjs\/*",
"lib\/piper-wasm\/*",
"scripts\/api\/offline-tts-offscreen.js",
"scripts\/api\/offline-tts-piper.js",
"scripts\/api\/piper-voices-mapping.js",
"scripts\/api\/tts-queue.js",
"scripts\/injected\/piper-tts.js",
"offscreen.html",
"offscreen.js",
"dist\/offscreen-bundle.js",
"dist\/offscreen-bundle.js.map",
"dist\/tts-worker-bundle.js",
"scripts\/utils\/logging.js",
"scripts\/utils\/security.js",
"scripts\/utils\/config.js",
"scripts\/offscreen\/pdf-init-inline.js",
"scripts\/offscreen\/bundle-check.js",
"lib\/onnxruntime-web-wrapper.js"
],
"matches": [
"<all_urls>"
]
}
]
}