Toppings

Toppings adds an extra layer of flavor for a more efficient and convenient web.

Co je Toppings?

Toppings je rozšíření Chrome vyvinuté https://grabtoppings.xyz, a jeho hlavní funkcí je „Toppings adds an extra layer of flavor for a more efficient and convenient web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Toppings

Stáhněte si soubory rozšíření Toppings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ## Enhance Your Web Experience with Toppings

Toppings is a powerful browser extension that adds an extra layer of flavor for a more efficient and convenient web. Developed by Enrich Platforms, Toppings offers a range of customizable features and convenient tools to make your web time more enjoyable and efficient.

### Key Features:
🎥 Customize Playback Speed: Take control of your video playback with Toppings. Set your preferred speed and toggle between default and custom speeds effortlessly.

⏱️ Calculate Playlist Duration: Stay organized by knowing the total duration of your YouTube playlists. Plan your watch time better with Toppings' playlist duration calculation.

🚀 Shortcuts for Enhanced Navigation: Enjoy an efficient browsing experience with handy shortcuts. Seek backwards and forwards, toggle playback speed, and more, all at your fingertips.

### Why Install Toppings?
✨ Personalize Your YouTube: Toppings empowers you to tailor your YouTube experience to your preferences. Customize playback speed and optimize your watch time.

📈 Boost Productivity: With playlist duration calculation, Toppings helps you manage your time better. Plan your playlists and watch sessions more effectively.

🎯 Seamless Navigation: Access shortcuts for quick and easy control over your videos. Stay in the flow without interruptions.

Experience Web like never before with Toppings. Install now and unlock a world of customization and convenience.

**Note**: Toppings is a third-party extension and is not affiliated with or endorsed by Chrome.

Visit our official website for more information: (https://www.grabtoppings.xyz)                    

Základní Informace o Rozšíření

Název Toppings Toppings
ID aemiblppibhggpgijajindcmmomboibl
Oficiální URL https://chromewebstore.google.com/detail/toppings/aemiblppibhggpgijajindcmmomboibl
Popis Toppings adds an extra layer of flavor for a more efficient and convenient web.
Velikost souboru 276 KB
Počet instalací 25
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-12-15
Datum Vydání 2023-02-02
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář https://grabtoppings.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.grabtoppings.xyz
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Toppings",
    "short_name": "Toppings",
    "version": "1.0.6",
    "description": "Toppings adds an extra layer of flavor for a more efficient and convenient web.",
    "homepage_url": "https:\/\/www.grabtoppings.xyz",
    "author": "Enrich Platforms",
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "commands": {
        "open_preferences": {
            "description": "Open Preferences",
            "suggested_key": {
                "default": "Alt+T",
                "mac": "MacCtrl+T",
                "windows": "Alt+T"
            }
        }
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Toppings: Preferences",
        "default_icon": "assets\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/icons\/icon128.png",
                "css\/styles.css",
                "options\/assets\/icons8-settings-64.png"
            ]
        }
    ]
}