Ghosted: Hide Annoying People on Facebook
Makes annoying people vanish.
Ghosted: Hide Annoying People on Facebook क्या है?
Ghosted: Hide Annoying People on Facebook Andrew Theroux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes annoying people vanish."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ghosted: Hide Annoying People on Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ghosted is a lightweight Chrome extension that hides annoying people on Facebook (without blocking them). Why use ghosted? You could unfollow someone, but that doesn't prevent you from seeing their comments or posts in groups and events. Or you could block someone, but that's a rather heavy-handed solution. The blocked person might figure out that they've been blocked, which is not always what you want. Ghosted makes the offending party's comments and posts fade or vanish. But if you need to see a ghosted person, it takes just 1 click to restore them to full visibility. Useful for trolls, embarrassing relatives, frenemies, and jilted lovers. Ghosted is completely unoffocial and not affiliated with Facebook, Inc. in any way.
एक्सटेंशन की मूल जानकारी
नाम | Ghosted: Hide Annoying People on Facebook |
ID | kbbpmdodkccfnnkhmdelpnnjbackdmgg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ghosted-hide-annoying-peo/kbbpmdodkccfnnkhmdelpnnjbackdmgg |
विवरण | Makes annoying people vanish. |
फ़ाइल का आकार | 43.94 KB |
स्थापना संख्या | 230 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2015-10-13 |
प्रकाशन तिथि | 2015-10-13 |
रेटिंग | 3.92/5 कुल 13 रेटिंग्स |
डेवलपर | Andrew Theroux |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/theroux/ghosted |
सहायता पृष्ठ URL | https://github.com/theroux/ghosted |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ghosted: Hide Annoying People on Facebook", "short_name": "Ghosted", "description": "Makes annoying people vanish.", "author": "Andrew Theroux, Brandon Hunter", "version": "1.1.1", "homepage_url": "https:\/\/github.com\/theroux\/ghosted", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.facebook.com\/", "http:\/\/www.facebook.com\/", "tabs", "storage" ], "background": { "scripts": [ "bootstrap.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "libs\/underscore.min.js", "ghosted.js" ] } ], "page_action": { "default_title": "Ghosted", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" } } |