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": "All In One",
"version": "1.01",
"description": "Profesionalni alati za dizajn i produktivnost. Sadr\u017ei kontrolu zvuka, \u010dista\u010d ke\u0161a, bele\u0161ke i precizne merne alate za veb.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"idle",
"offscreen",
"browsingData",
"debugger",
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"yt.js",
"content.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"commands": {
"mark-lap": {
"suggested_key": {
"default": "Alt+Shift+L"
},
"description": "Zabele\u017ei trenutak za klip"
}
}
}