Fiverr Dark Theme

Convert your Fiverr Light theme into dark theme

Fiverr Dark Themeとは何ですか?

Fiverr Dark ThemeはWar Tech Softwaresによって開発されたChromeの拡張機能で、その主な機能は「Convert your Fiverr Light theme into dark theme」です。

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

screenshot

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

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

拡張機能の使用方法

                        Convert your Fiverr web site Light Theme into dark Theme. Fiverr Dark Theme is an extension that help you to focus on your project.
The main features are:
⚫️ Apply dark mode Only on Fiverr Website
⚫️ Enable night shift - yellow tint that helps your eyes
⚫️ Protect your eyes. 
⚫️ This extension will override the style of Fiverr.com and make the page dark. The new design will let you discover a new side of Fiverr.com.


Download and enjoy 🖤                    

拡張機能の基本情報

名前 Fiverr Dark Theme Fiverr Dark Theme
ID nogggognnneobhlfjicnaiokojpcfcna
公式URL https://chrome.google.com/webstore/detail/fiverr-dark-theme/nogggognnneobhlfjicnaiokojpcfcna
説明 Convert your Fiverr Light theme into dark theme
ファイルサイズ 17.57 KB
インストール数 108
現在のバージョン 1.1.0
最終更新日 2022-07-18
公開日 2022-07-15
評価 5.00/5 合計 15 レビュー
開発者 War Tech Softwares
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Dark Theme",
    "description": "Convert your Fiverr Light theme into dark theme",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fiverr.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}