Dark Moment

For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.

Co to jest Dark Moment?

Dark Moment to rozszerzenie Chrome opracowane przez https://darkmoment-tab.com, a jego główną funkcją jest „For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dark Moment

Pobierz pliki rozszerzeń Dark Moment 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

                        Dark Moment is for those who enjoy the dark side of life. It can’t be roses all the time. 

We have hand-selected quotes and paired it with beautiful black and white imagery from Unsplash. With each new tab, you can reset your expectations of life.

The extension uses the Yahoo search engine and it will take you to your results fast by directly launching you into the web instantly and landing you on a search results page. 
 
By clicking "Add to Chrome", I accept and agree to installing the Dark Moment Chrome extension and setting Chrome™ New Tab, Homepage takeover, and search to that provided by the service and the Terms of Use and Privacy Policy
 
Terms of Use: https://darkmoment-tab.com/terms-and-conditions/
Privacy Policy: https://darkmoment-tab.com/privacy-policy/                    

Podstawowe informacje o rozszerzeniu

Nazwa Dark Moment Dark Moment
ID fjjdonhckpgajmafnlglmjbmeldklipp
Oficjalny URL https://chromewebstore.google.com/detail/dark-moment/fjjdonhckpgajmafnlglmjbmeldklipp
Opis For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.
Rozmiar pliku 139 KB
Liczba instalacji 34,183
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2022-05-10
Data Publikacji 2022-05-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://darkmoment-tab.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://newmoment-tab.com/
Adres URL Strony Polityki Prywatności https://syndic8.asia/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Moment",
    "description": "For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.",
    "version": "1.0.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/pragmalabs.co\/*"
            ],
            "js": [
                "assets\/index.js",
                "assets\/vendor.js"
            ],
            "css": [
                "assets\/index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "\/[email protected]",
        "128": "\/[email protected]"
    }
}