Sulwan

Sulwan

Sulwan là gì?

Sulwan là một tiện ích mở rộng Chrome được phát triển bởi ahruf, và tính năng chính của nó là "Sulwan".

Ả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 Sulwan

Tải xuống các tệp mở rộng Sulwan 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

                        Introducing Sulwan, a purpose-built extension that empowers Muslims to strengthen their bond with Allah and elevate their spiritual journey. By seamlessly integrating with your browsing experience.

With Sulwan, every new tab becomes an opportunity for spiritual growth. As soon as you open a new tab, you'll be greeted with a meaningful Dhikr experience before your desired page loads. This intentional interruption serves as a gentle reminder to keep your tongue moist with the remembrance of Allah throughout your day.                    

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

Tên Sulwan Sulwan
ID lkgheeenookcoiodoejibikcdnbdfgpc
URL Chính Thức https://chromewebstore.google.com/detail/sulwan/lkgheeenookcoiodoejibikcdnbdfgpc
Mô tả Sulwan
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-19
Ngày Phát Hành 2023-07-18
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ahruf
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/Sulwanbot
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sulwan",
    "version": "1.0",
    "description": "Sulwan",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action_handlers": {
        "default": {
            "type": "popup"
        }
    }
}