Improve your Facebook (by Lapzor)
This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.
Improve your Facebook (by Lapzor) क्या है?
Improve your Facebook (by Lapzor) https://lapzor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Improve your Facebook (by Lapzor) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is not created nor endorsed by Facebook. Declutter your Facebook experience by allowing you to turn off some unneeded features, especially: - disable the homepage feed - disable notifications for likes and for "someone has posted in this group" - Remove the right sidebar - Auto-hide the chat bar on the right - Remove the like button itself - More features will be added by request :) Good for blocking sources of dark dopamine and also useful for those who manage Facebook groups since it removes the irrelevant like notifications so you can focus just on pending posts and replies.
एक्सटेंशन की मूल जानकारी
नाम | Improve your Facebook (by Lapzor) |
ID | jndjnddhhgjcjldjiiboanjobljgmeid |
आधिकारिक URL | https://chrome.google.com/webstore/detail/improve-your-facebook-by/jndjnddhhgjcjldjiiboanjobljgmeid |
विवरण | This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2019-05-28 |
प्रकाशन तिथि | 2019-05-28 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://lapzor.com |
ईमेल | [email protected] |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Improve your Facebook (by Lapzor)", "description": "This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.", "version": "1.7", "options_page": "html\/options.html", "icons": { "48": "icon_on_48.png", "128": "icon_128.png" }, "page_action": { "default_title": "Facebook Improver", "default_icon": "icon_on_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*" ], "js": [ "js\/main.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*", "storage" ], "web_accessible_resources": [ "css\/fix.css", "css\/hidefeed.css", "css\/hidelikes.css", "css\/hidesidebar.css", "css\/hidechat.css", "css\/hidepinned.css", "css\/hidebanner.css", "css\/hidelikebutton.css" ] } |