Permission: Browse & Earn Crypto

Earn cryptocurrency as you browse the web

Permission: Browse & Earn Cryptoคืออะไร?

Permission: Browse & Earn Crypto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://permission.io และคุณลักษณะหลักของมันคือ "Earn cryptocurrency as you browse the web"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Permission: Browse & Earn Crypto

ดาวน์โหลดไฟล์ส่วนขยาย Permission: Browse & Earn Crypto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Easily earn cryptocurrency by viewing selected video ads as you browse the web 💰

Permission is giving you the keys to your personal data with ASK, a new global rewards cryptocurrency that enables you to own your data and earn from it while engaging with your favorite brands 💸  

By using the Permission Browser Extension while simply browsing the web as you normally do, you can watch short video ads that are personalized for you, and be rewarded for doing so in ASK. When advertisers ASK Permission, you get paid - it’s that simple 🤝

Joining Permission makes you a part of a movement that is fighting for a better internet, where people control their own data and are justly compensated for the ads that they consent to view and the brands they choose to engage with 😄

Download the Permission Browser Extension today and help us build a new win-win-web together...where individuals own, grant permission, and are rewarded for their data 🙌🏼

Be sure to follow us on Twitter @ PermissionIO for all the latest & visit Permission.io for more info 🌐                    

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

ชื่อ Permission: Browse & Earn Crypto Permission: Browse & Earn Crypto
ID nkfpegmmhcipdkgoiimdegfaicbdnndh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/permission-browse-earn-cr/nkfpegmmhcipdkgoiimdegfaicbdnndh
คำอธิบาย Earn cryptocurrency as you browse the web
ขนาดไฟล์ 5.17 MB
จำนวนการติดตั้ง 12,642
เวอร์ชันปัจจุบัน 3.46.21
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2021-03-30
คะแนน 4.34/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา https://permission.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://permission.io
URL หน้าช่วยเหลือ https://support.permission.io
URL หน้านโยบายความเป็นส่วนตัว https://permission.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permission: Browse & Earn Crypto",
    "version": "3.46.21",
    "manifest_version": 2,
    "description": "Earn cryptocurrency as you browse the web",
    "homepage_url": "https:\/\/www.permission.io\/",
    "icons": {
        "16": "images\/icons\/permission-logo-16.png",
        "32": "images\/icons\/permission-logo-32.png",
        "48": "images\/icons\/permission-logo-48.png",
        "128": "images\/icons\/permission-logo-128.png",
        "192": "images\/icons\/permission-logo-192.png",
        "256": "images\/icons\/permission-logo-256.png"
    },
    "options_page": "cx-wallet.html",
    "browser_action": {
        "default_icon": "images\/icons\/permission-logo-128.png",
        "default_title": "Permission: Browse & Earn Crypto",
        "default_popup": "browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "js\/etherwallet-master.js",
            "background\/extension.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.permission.io\/*",
        "*:\/\/*.permission.dev\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/my.staging.permission.dev https:\/\/my.permission.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/ats.rlcdn.com\/ats.js 'sha256-wXttCUd5d4XKeWPKEGSfXdGuAbwQH\/r8l+4coW1aEpM=' 'sha256-m5rPH4GocwhuFWVitJEXcEyxhqoYwTk4zCVeL0iiR2o=' 'sha256-uxI0oLy+6OpnvTApEkmCzuxkvu4J47b6yHCV93fjHN0=' 'sha256-0Gsidap6748RQlB69d8CLcBCD2A1kL9luXuhxAKpgXQ=' 'sha256-Z7zS8qcr4BZTeVyPP1sIfzQLoVSrzOW0qLHyZCds1WE='; object-src 'self'"
}