deface
Minimal Facebook chat without any distractions
deface क्या है?
deface Christopher Shelley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal Facebook chat without any distractions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में deface एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you don't want to get distracted by Facebook, or throw away your privacy with the mobile messenger apps, but are still somehow required to use the chat, deface is the solution. features increased chat box size. remove everything except the chat from facebook. toggle deface off/on with the icon in the top-left. *please login to Facebook to use deface. *Facebook regularly upgrades and modifies its code, which means deface versions last anywhere from 5 minutes to 7 days before I need to update them to keep up with Facebook :) if you have a bug please try reinstalling and send me a description of your problem. Thanks! sources Firefox Version: https://addons.mozilla.org/en-US/firefox/addon/deface/ All the code: https://github.com/basiclaser/deface">https://github.com/basiclaser/deface get in touch > http://twitter.com/basiclaser help me continue hacking on deface > https://gittip.com/basiclaser
एक्सटेंशन की मूल जानकारी
नाम | deface |
ID | ihhimmbgggpdandomknjjamhbofgpijj |
आधिकारिक URL | https://chromewebstore.google.com/detail/deface/ihhimmbgggpdandomknjjamhbofgpijj |
विवरण | Minimal Facebook chat without any distractions |
फ़ाइल का आकार | 14.82 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2014-09-10 |
प्रकाशन तिथि | 2014-09-10 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | Christopher Shelley |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "deface", "version": "0.6", "description": "Minimal Facebook chat without any distractions", "icons": { "16": "img\/16.png", "48": "img\/64.png", "128": "img\/128.png" }, "author": "basiclaser", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "css": [ "deface.css" ], "js": [ "deface.js" ] } ] } |