Beautify the browser

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

Beautify the browser là gì?

Beautify the browser là một tiện ích mở rộng Chrome được phát triển bởi https://pbion.com, và tính năng chính của nó là "******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beautify the browser

Tải xuống các tệp mở rộng Beautify the browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make the browser more beautiful. 


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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beautify the browser Beautify the browser
ID fombgkgjcgjjgdlmmiodhfimlbealmkk
URL Chính Thức https://chromewebstore.google.com/detail/beautify-the-browser/fombgkgjcgjjgdlmmiodhfimlbealmkk
Mô tả ******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor
Kích Thước Tệp 88.62 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-05-04
Ngày Phát Hành 2019-04-29
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://pbion.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pbion.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}