Dark Stips
Dark Mode For Stips
What is Dark Stips?
Dark Stips is a Chrome extension developed by bardf, and its main feature is "Dark Mode For Stips".
Extension Screenshots
Download Dark Stips Extension CRX File
Download Dark Stips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
האתר סטיפס בגרסה לילית! מהיום כל אחד יכול לשלוט האם ברצונו להציג את אתר סטיפס בתצוגה חשוכה או מוארת. בלחיצה פשוטה ניתן לבטל או לאפשר את מצב תצוגה לילית בסטיפס.
Extension Basic Information
Name | |
ID | gkofgnflgknlgdeoganbakfhnanehlki |
Official URL | https://chrome.google.com/webstore/detail/dark-stips/gkofgnflgknlgdeoganbakfhnanehlki |
Description | Dark Mode For Stips |
File Size | 19.21 KB |
Installation Count | 73 |
Current Version | 1.0.4 |
Last Updated | 2019-10-12 |
Publish Date | 2019-10-12 |
Rating | 2.33/5 Total 3 Ratings |
Developer | bardf |
Payment Type | free |
Extension Website | https://stips.co.il/ |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Stips", "description": "Dark Mode For Stips", "version": "1.0.4", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/stips.co.il\/*" ], "js": [ "darkmode.js" ], "css": [ "animation.css" ] } ], "web_accessible_resources": [ "darkmode.css" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |