Toppings

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

什麼是Toppings?

Toppings是由https://grabtoppings.xyz開發的Chrome擴展程式,該擴展的主要功能是“Toppings adds an extra layer of flavor for a more efficient and convenient web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Toppings擴展crx文件

下載Toppings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Toppings Toppings
ID aemiblppibhggpgijajindcmmomboibl
官方網址 https://chromewebstore.google.com/detail/toppings/aemiblppibhggpgijajindcmmomboibl
簡介 Toppings adds an extra layer of flavor for a more efficient and convenient web.
檔案大小 276 KB
安裝次數 25
目前版本 1.0.6
更新時間 2023-12-15
上架時間 2023-02-02
評分 5.00/5 共 14 次評分
開發者 https://grabtoppings.xyz
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.grabtoppings.xyz
支援的語言 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"
            ]
        }
    ]
}