AliExpress & Alibaba Dark Mode

Pixel perfect dark mode for AliExpress & Alibaba

Apa itu AliExpress & Alibaba Dark Mode?

AliExpress & Alibaba Dark Mode adalah ekstensi Chrome yang dikembangkan oleh https://dropshipping.store, dan fitur utamanya adalah "Pixel perfect dark mode for AliExpress & Alibaba".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AliExpress & Alibaba Dark Mode

Unduh file ekstensi AliExpress & Alibaba Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension, with pixel perfect design for AliExpress and Alibaba, helps you turn the screen to dark mode at night time. 

Toolbar button enables you to quickly turn the extension ON or OFF.                    

Informasi Dasar Ekstensi

Nama AliExpress & Alibaba Dark Mode AliExpress & Alibaba Dark Mode
ID cibedeeoecmjnbldmojlibkhlahndedf
URL Resmi https://chromewebstore.google.com/detail/aliexpress-alibaba-dark-m/cibedeeoecmjnbldmojlibkhlahndedf
Deskripsi Pixel perfect dark mode for AliExpress & Alibaba
Ukuran File 636 KB
Jumlah Instalasi 701
Versi Saat Ini 0.0.1.1
Terakhir Diperbarui 2021-12-08
Tanggal Publikasi 2021-12-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://dropshipping.store
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.dropshipping.store/about/#contact
URL Halaman Kebijakan Privasi https://www.dropshipping.store/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress & Alibaba Dark Mode",
    "short_name": "Dark Mode for AliExpress & Alibaba",
    "manifest_version": 2,
    "version": "0.0.1.1",
    "description": "Pixel perfect dark mode for AliExpress & Alibaba",
    "browser_action": {
        "default_icon": "img\/on.png",
        "default_title": "Dark Mode for AliExpress & Alibaba"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alicdn.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/darkaliexpress.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.alicdn.com\/*",
                "*:\/\/*.alibabagroup.com\/*",
                "*:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/darkalibaba.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/*.alibabagroup.com\/*",
        "*:\/\/*.alibaba.com\/*"
    ],
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        "css\/*",
        "img\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}