Toppings

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

¿Qué es Toppings?

Toppings es una extensión de Chrome desarrollada por https://grabtoppings.xyz, y su función principal es "Toppings adds an extra layer of flavor for a more efficient and convenient web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Toppings

Descarga archivos de extensión Toppings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ## 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)                    

Información Básica de la Extensión

Nombre Toppings Toppings
ID aemiblppibhggpgijajindcmmomboibl
URL Oficial https://chromewebstore.google.com/detail/toppings/aemiblppibhggpgijajindcmmomboibl
Descripción Toppings adds an extra layer of flavor for a more efficient and convenient web.
Tamaño del Archivo 276 KB
Cantidad de Instalaciones 25
Versión Actual 1.0.6
Última Actualización 2023-12-15
Fecha de Publicación 2023-02-02
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador https://grabtoppings.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.grabtoppings.xyz
Idiomas Soportados 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"
            ]
        }
    ]
}