Toppings

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

Was ist Toppings?

Toppings ist eine Chrome-Erweiterung, die von https://grabtoppings.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Toppings adds an extra layer of flavor for a more efficient and convenient web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Toppings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toppings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Toppings Toppings
ID aemiblppibhggpgijajindcmmomboibl
Offizielle URL https://chromewebstore.google.com/detail/toppings/aemiblppibhggpgijajindcmmomboibl
Beschreibung Toppings adds an extra layer of flavor for a more efficient and convenient web.
Dateigröße 276 KB
Installationsanzahl 25
Aktuelle Version 1.0.6
Letztes Update 2023-12-15
Veröffentlichungsdatum 2023-02-02
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler https://grabtoppings.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.grabtoppings.xyz
Unterstützte Sprachen 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"
            ]
        }
    ]
}