Beautify the browser

******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor

Apa itu Beautify the browser?

Beautify the browser adalah ekstensi Chrome yang dikembangkan oleh https://pbion.com, dan fitur utamanya adalah "******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Beautify the browser

Unduh file ekstensi Beautify the browser 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

                        Make the browser more beautiful. 


Version 0.0.1: Custom cursor.
- Customize your experience of using the Chrome browser with cool free mouse cursors.                    

Informasi Dasar Ekstensi

Nama Beautify the browser Beautify the browser
ID fombgkgjcgjjgdlmmiodhfimlbealmkk
URL Resmi https://chromewebstore.google.com/detail/beautify-the-browser/fombgkgjcgjjgdlmmiodhfimlbealmkk
Deskripsi ******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor
Ukuran File 88.62 KB
Jumlah Instalasi 408
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-05-04
Tanggal Publikasi 2019-04-29
Penilaian 2.33/5 Total 3 Penilaian
Pengembang https://pbion.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pbion.com/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "Beautify the browser",
    "short_name": "Beautify the browser",
    "description": "******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor",
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Make the browser more beautiful",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "cursor.css"
            ],
            "js": [
                "cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "cursors\/*",
        "cursor.css"
    ],
    "background": {
        "scripts": [
            "function.js",
            "config.js",
            "cursor_bg.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}