Inspect and view changes in X-Lytics source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "X-Lytics AI powered Snip Snip Extension 3000",
"version": "4",
"description": "Capture and analyze content, from anywhere. X-Lytics AI powered Snip Snip Extension 3000 is a browser extension that allows you to capture and analyze content from any website. It uses the X-Lytics AI to provide you with insights and recommendations based on the content you capture. You can use it to capture text, images, and links from any website, and then analyze the content to get insights and recommendations. The extension also allows you to save the content you capture to your X-Lytics account, so you can access it later from any device. X-Lytics AI powered Snip Snip Extension 3000 is a powerful tool that can help you capture and analyze content from any website, and get insights and recommendations based on that content. It's perfect for researchers, students, and anyone who needs to capture and analyze content from the web",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"tabs",
"<all_urls>",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content_script.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"default_title": "X-Lytics Snip Snip Snip",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{4a154b8d-b5ef-4767-80f7-120f801f718e}"
}
}
}