LessBook - Minimal dark facebook theme
modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…
Wat is LessBook - Minimal dark facebook theme?
LessBook - Minimal dark facebook theme is een Chrome-extensie ontwikkeld door Amit Friedberg, en de belangrijkste functie is "modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no…".
Extensie Screenshots
Download het CRX-bestand van de extensie LessBook - Minimal dark facebook theme
Download LessBook - Minimal dark facebook theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no border-radiuses) - no ticker - bigger video player
Basisinformatie over de Extensie
Naam | LessBook - Minimal dark facebook theme |
ID | dbceamokdciaphimigjbikddhmiiceie |
Officiële URL | https://chromewebstore.google.com/detail/lessbook-minimal-dark-fac/dbceamokdciaphimigjbikddhmiiceie |
Beschrijving | modern Facebook design (Inspired by Twitter's feed) - page loads faster - no sidebars - flat desing (no shadows, no… |
Bestandsgrootte | 59.89 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2020-05-07 |
Publicatiedatum | 2020-05-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Amit Friedberg |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amitos80.github.io/ |
Help Pagina-URL | https://github.com/amitos80/less/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "", "version": "0.1.5", "name": "LessBook - Minimal dark facebook theme", "short_name": "LessBook", "background": { "page": "background.html" }, "browser_action": { "default_title": "less - better fb experience", "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "*:\/\/m.facebook.com\/", "*:\/\/*.facebook.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/m.facebook.com\/*", "https:\/\/m.facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "background.bundle.js" ], "css": [ "background.css" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "icon_38x38.png", "icon_19x19.png" ] } |