WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Slice New Tab - Customize, Monetize, Earn

Slice New Tab - Customize, Monetize, Earn

View on Chrome Web Store
View Slice New Tab - Customize, Monetize, Earn Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (688 ratings)
1 new ratings
13 views
This extension has been viewed 13 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice.
Type
Extension
Users
30,000 users
10K
Website addslice.com
Sliced Inc
View author page of Sliced Inc
Published
Published on December 7, 2022
Version 0.5.91
Manifest version
3
Updated
Updated on May 8, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Slice New Tab - Customize, Monetize, Earn Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Slice New Tab - Customize, Monetize, Earn",
    "description": "Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice.",
    "homepage_url": "https:\/\/addslice.com",
    "version": "0.5.91",
    "default_locale": "en",
    "icons": {
        "16": "extensionIcon.png",
        "48": "extensionIcon.png",
        "128": "extensionIcon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "management",
        "webNavigation",
        "notifications",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "Slice New Tab - Customize, Monetize, Earn"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.addslice.com\/*"
            ],
            "all_frames": true,
            "js": [
                "auth.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.addslice.com\/tab\/install"
            ],
            "js": [
                "install.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.sli.ce.it\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/askvoid.com\/*",
            "https:\/\/askvoid.org\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top