Fwich - Facebook Dark Mode
Facebook Dark Mode
What is Fwich - Facebook Dark Mode?
Fwich - Facebook Dark Mode is a Chrome extension developed by omeryucel, and its main feature is "Facebook Dark Mode".
Extension Screenshots
Download Fwich - Facebook Dark Mode Extension CRX File
Download Fwich - Facebook Dark Mode 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
Facebook Dark Mode. Change the interior page style for the Facebook Gaming page and edit it. Make the page more useful and increase the UX - UI.
Extension Basic Information
Name | Fwich - Facebook Dark Mode |
ID | bmhmemkaaebcciecmndooojghhpkfjip |
Official URL | https://chromewebstore.google.com/detail/fwich-facebook-dark-mode/bmhmemkaaebcciecmndooojghhpkfjip |
Description | Facebook Dark Mode |
File Size | 65.47 KB |
Installation Count | 102 |
Current Version | 2.1.2 |
Last Updated | 2020-04-17 |
Publish Date | 2020-04-17 |
Rating | 4.77/5 Total 13 Ratings |
Developer | omeryucel |
[email protected] | |
Payment Type | free |
Extension Website | http://omerfatihyucel.com/ |
Help Page URL | http://omerfatihyucel.com/ |
Privacy Policy Page URL | https://sites.google.com/view/fwich |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fwich - Facebook Dark Mode", "short_name": "Fwich", "version": "2.1.2", "description": "Facebook Dark Mode", "homepage_url": "https:\/\/twitter.com\/omerycll", "browser_action": { "default_title": "Fwich", "default_icon": "images\/icon19.png", "default_popup": "options.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "loadcss.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "https:\/\/wwww.facebook.com\/*", "*:\/\/*.demo.yaysoft.net\/*" ] } |