Sulwan

Sulwan

Co to jest Sulwan?

Sulwan to rozszerzenie Chrome opracowane przez ahruf, a jego główną funkcją jest „Sulwan”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sulwan

Pobierz pliki rozszerzeń Sulwan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sulwan Sulwan
ID lkgheeenookcoiodoejibikcdnbdfgpc
Oficjalny URL https://chromewebstore.google.com/detail/sulwan/lkgheeenookcoiodoejibikcdnbdfgpc
Opis Sulwan
Rozmiar pliku 267 KB
Liczba instalacji 68
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-07-19
Data Publikacji 2023-07-18
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper ahruf
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://twitter.com/Sulwanbot
Obsługiwane Języki 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"
        }
    }
}