Product Dark
Turn Product Hunt dark for nighttime hunting.
Product Dark क्या है?
Product Dark https://derekbtw.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn Product Hunt dark for nighttime hunting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Product Dark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
New in 3.0.1 - Made it so profile headers are shown - Text color changed to white in profile settings - Other color improvements throughout the site
एक्सटेंशन की मूल जानकारी
नाम | Product Dark |
ID | nbppndomekcebmldijnlmlmhidepkmbg |
आधिकारिक URL | https://chromewebstore.google.com/detail/product-dark/nbppndomekcebmldijnlmlmhidepkmbg |
विवरण | Turn Product Hunt dark for nighttime hunting. |
फ़ाइल का आकार | 699 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2017-08-21 |
प्रकाशन तिथि | 2017-08-21 |
रेटिंग | 2.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://derekbtw.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://derekbtw.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Dark", "version": "3.0.1", "description": "Turn Product Hunt dark for nighttime hunting.", "manifest_version": 2, "permissions": [ "https:\/\/producthunt.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.producthunt.com\/*" ], "js": [ "product-dark.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Toggle Dark Theme" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "product-dark.css" ] } |