Inspect and view changes in Beginner friendly Etsy SEO 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Beginner friendly Etsy SEO",
"description": "Title, Tags, & Competitors Insights. Free Analyzing Tool. Research listings' competitors. Beginner friendly Etsy SEO.",
"version": "3.1.10",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https://www.etsy.com/*",
"http://www.etsy.com/*",
"https://beespeedy.com/*",
"http://beespeedy.com/*"
],
"css": [
"css/style.css",
"css/extension.modal.css",
"css/ui.notifications.css"
],
"js": [
"js/lib/jquery-3.6.0.min.js",
"js/lib/party.js",
"js/tab.js",
"js/script.js",
"js/recursive.js",
"js/features/recursive.js",
"js/features/ui.notifications.js",
"js/features/add.bspdy.js",
"js/features/listing.general.js",
"js/features/listing.competitors.js",
"js/features/listing.items.js",
"js/features/listing.description.js",
"js/features/listing.price.js",
"js/features/listing.title.js",
"js/features/listing.tags.js",
"js/features/listing.keywords.js",
"js/features/listing.img.js",
"js/features/listing.search.js",
"js/features/listing.visuals.js",
"js/features/add.bspdy.tips.js",
"js/features/listing.video.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://www.etsy.com/*",
"http://www.etsy.com/*",
"https://beespeedy.com/*",
"http://beespeedy.com/*"
],
"resources": []
}
],
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "/images/icon-16.png",
"32": "/images/icon-32.png",
"48": "/images/icon-48.png",
"128": "/images/icon-128.png"
}
},
"icons": {
"16": "/images/icon-16.png",
"32": "/images/icon-32.png",
"48": "/images/icon-48.png",
"128": "/images/icon-128.png"
}
}