WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
All In One

All In One

View on Chrome Web Store
View All In One Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Profesionalni alati za dizajn i produktivnost. Sadrži kontrolu zvuka, čistač keša, beleške i precizne merne alate za veb.
Type
Extension
Users
4 users
3
Milan Petkovski
View author page of Milan Petkovski
Published
Published on March 7, 2026
Version 1.01
Manifest version
3
Updated
Updated on March 7, 2026
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View All In One Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top