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.

Dark Momentとは何ですか?

Dark Momentはhttps://darkmoment-tab.comによって開発されたChromeの拡張機能で、その主な機能は「For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Dark Moment拡張機能のCRXファイルをダウンロード

Dark Moment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Dark Moment Dark Moment
ID fjjdonhckpgajmafnlglmjbmeldklipp
公式URL https://chromewebstore.google.com/detail/dark-moment/fjjdonhckpgajmafnlglmjbmeldklipp
説明 For those who enjoy the dark side of life, beautiful quotes and black and white imagery with each new tab. Reset your expectations.
ファイルサイズ 139 KB
インストール数 34,183
現在のバージョン 1.0.5
最終更新日 2022-05-10
公開日 2022-05-10
評価 5.00/5 合計 1 レビュー
開発者 https://darkmoment-tab.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://newmoment-tab.com/
プライバシーポリシーページのURL https://syndic8.asia/privacy
対応言語 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]"
    }
}