Toppings

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

Toppings là gì?

Toppings là một tiện ích mở rộng Chrome được phát triển bởi https://grabtoppings.xyz, và tính năng chính của nó là "Toppings adds an extra layer of flavor for a more efficient and convenient web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Toppings

Tải xuống các tệp mở rộng Toppings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Toppings Toppings
ID aemiblppibhggpgijajindcmmomboibl
URL Chính Thức https://chromewebstore.google.com/detail/toppings/aemiblppibhggpgijajindcmmomboibl
Mô tả Toppings adds an extra layer of flavor for a more efficient and convenient web.
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2023-02-02
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://grabtoppings.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.grabtoppings.xyz
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}