Slice - You browse. We pay.

Take back what belongs to you - monetize your browser, get paid for ads, cash in with Slice.

Slice - You browse. We pay.คืออะไร?

Slice - You browse. We pay. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addslice.com และคุณลักษณะหลักของมันคือ "Take back what belongs to you - monetize your browser, get paid for ads, cash in with Slice."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slice - You browse. We pay.

ดาวน์โหลดไฟล์ส่วนขยาย Slice - You browse. We pay. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Add Slice, monetize your browser & get paid for all ad profits.

📣 During the Slice Beta, the user cut is increased to 100%.

🦸 About Slice
Add Slice, monetize your browser & get paid for the ads you see.
As you browse the internet, Slice will display curated non-intrusive ads.
Whenever you see a Slice ad, you receive a monetary reward (Slices).
Earned Slices can be paid out to Paypal, crypto, and a vast range of giftcards.

🚀 Earn rewards for searching
You can toggle an option to replace your searches with Bing, earning you Microsoft and Slice Rewards!

🔐 Data Protection
Proudly serving you, not your data!
Slice will never monetize or store user data with commercial value.
We’re committed to respecting and protecting data privacy.
Find out more: https://addslice.com/transparency

🍕 Our Mission
Slice’s mission is to fix internet browsing for everyone.
We help you get your fair Slice of the $455 billion advertising pie.
Our platform aims to make ads fair, rewarding, and profitable for everyone.

💵 Get Paid
Payouts are available via the Lightning network, PayPal & Bitrefill gift cards.

✨ Payout limits are kept as low as possible so you can withdraw any amount, no matter how small.

👪 Our Community
Have some suggestions or want to give us feedback?
Join our Discord with 60k+ members, talk to us! The whole Slice team is eager to hear your opinion.

👨‍💻 Our Beta
While we are working hard to create Slice, you can help!
Let us know your thoughts, report bugs, invite friends,...

✊ It's up to you to help shape tomorrow's fair internet! ✊

------------------------------------

Have more questions? Contact us:

•  Support: https://addslice.com/faq#support
•  Community Discord: https://discord.gg/addslice
•  Website: https://addslice.com                    

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

ชื่อ Slice - You browse. We pay. Slice - You browse. We pay.
ID bdjlgibhgpkkohcmkdeknhggojiokgmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slice-you-browse-we-pay/bdjlgibhgpkkohcmkdeknhggojiokgmj
คำอธิบาย Take back what belongs to you - monetize your browser, get paid for ads, cash in with Slice.
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 98,900
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-04-06
คะแนน 4.60/5 รวมทั้งหมด 1006 คะแนน
ผู้พัฒนา https://addslice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addslice.com
URL หน้าช่วยเหลือ https://addslice.com/faq#support
URL หน้านโยบายความเป็นส่วนตัว https://addslice.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Slice - You browse. We pay.",
    "description": "Take back what belongs to you - monetize your browser, get paid for ads, cash in with Slice.",
    "homepage_url": "https:\/\/addslice.com",
    "version": "1.0.7",
    "default_locale": "en",
    "icons": {
        "16": "slice.png",
        "48": "slice.png",
        "128": "slice.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "",
        "default_icon": "slice.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "management",
        "declarativeNetRequest",
        "tabs",
        "tabGroups",
        "notifications",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/addslice.com\/*"
            ],
            "js": [
                "communication.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "iframe.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/sli.ce.it\/*"
            ],
            "js": [
                "preload.js"
            ],
            "run_at": "document_start"
        }
    ]
}