Fiverr Dark Theme
Convert your Fiverr Light theme into dark theme
Fiverr Dark Theme क्या है?
Fiverr Dark Theme War Tech Softwares द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert your Fiverr Light theme into dark theme"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiverr Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 🖤
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
ईमेल | [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" ] } ] } |