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.

O que é Dark Moment?

Dark Moment é uma extensão do Chrome desenvolvida por https://darkmoment-tab.com, e sua principal característica é "For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Moment

Baixe arquivos de extensão Dark Moment no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Dark Moment Dark Moment
ID fjjdonhckpgajmafnlglmjbmeldklipp
URL Oficial https://chromewebstore.google.com/detail/dark-moment/fjjdonhckpgajmafnlglmjbmeldklipp
Descrição For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.
Tamanho do Arquivo 139 KB
Contagem de Instalações 34,183
Versão Atual 1.0.5
Última Atualização 2022-05-10
Data de Publicação 2022-05-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://darkmoment-tab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://newmoment-tab.com/
URL da Página de Política de Privacidade https://syndic8.asia/privacy
Idiomas Suportados 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]"
    }
}