Slice New Tab - Customize, Monetize, Earn

Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice.

Slice New Tab - Customize, Monetize, Earnคืออะไร?

Slice New Tab - Customize, Monetize, Earn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addslice.com และคุณลักษณะหลักของมันคือ "Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slice New Tab - Customize, Monetize, Earn

ดาวน์โหลดไฟล์ส่วนขยาย Slice New Tab - Customize, Monetize, Earn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📣 Slice New Tab is currently in the Beta stage of development. This means that it is not yet complete and may contain bugs or other issues. However, it is available for testing by a select group of users in order to gather feedback and improve the product before its official release. Beta testing allows the development team to ensure that the product is ready for widespread use and to make any necessary changes or enhancements.

Are you tired of the dull, uninspiring default New Tab page on your browser? Say hello to the revolutionary and rewarding world of Slice New Tab!

💡 Revolutionize Your New Tab Experience

Slice New Tab is a browser extension that replaces the default New Tab page with one that shows you advertisements. But don't worry, this isn't your typical advertising experience where you're bombarded with irrelevant ads and your personal data is collected without your knowledge and you receive nothing in return.

💸 Earn Money Just by Browsing

With Slice New Tab, you can earn money just by doing what you already do - browse the web. Every time you see an ad on the Slice New Tab, you receive a reward in the form of Slices.

🔒 Privacy Focused

But that's not all. Slice New Tab is focused on privacy and puts you in control of your data. You can choose which ads you see and how often you see them, and your personal information is never collected or sold without your consent.

So why settle for a boring, uninformative New Tab page when you can have one that is engaging, rewarding, and respects your privacy? Give Slice New Tab a try today and start earning money each time you open a new tab. Plus, Slice New Tab offers customizable features, such as a personalized homepage and quick access to your favorite websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slice New Tab - Customize, Monetize, Earn Slice New Tab - Customize, Monetize, Earn
ID jahmceilaidjdppihegmgblfijcadagd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slice-new-tab-customize-m/jahmceilaidjdppihegmgblfijcadagd
คำอธิบาย Supercharge your browser and take back what belongs to you - monetize your new tabs, get paid for ads, and cash in with Slice.
ขนาดไฟล์ 21.69 KB
จำนวนการติดตั้ง 40,727
เวอร์ชันปัจจุบัน 0.4.8
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2022-12-07
คะแนน 4.71/5 รวมทั้งหมด 462 คะแนน
ผู้พัฒนา https://addslice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addslice.com
URL หน้าช่วยเหลือ https://addslice.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://addslice.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "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.4.8",
    "default_locale": "en",
    "icons": {
        "16": "extensionIcon.png",
        "48": "extensionIcon.png",
        "128": "extensionIcon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "management",
        "webNavigation",
        "notifications"
    ],
    "action": {
        "default_title": "Slice New Tab - Customize, Monetize, Earn"
    },
    "chrome_url_overrides": {
        "newtab": "tab.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"
        }
    ]
}