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",
"name": "Marketin9",
"version": "1.0.7",
"description": "Check the availability of any domain on marketin9.com with this easy-to-use plugin.",
"manifest_version": 3,
"author": "Mateusz Kraska",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScripts.js"
],
"css": [
"contentScripts.css"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "index.html",
"default_logo": "logo.png",
"default_title": "Marketin9"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo.png"
}
}