UnlikeForever
Removes the ability to like things on facebook.
UnlikeForever क्या है?
UnlikeForever uduran12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the ability to like things on facebook."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UnlikeForever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
आधिकारिक URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
विवरण | Removes the ability to like things on facebook. |
फ़ाइल का आकार | 5.52 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-10-30 |
प्रकाशन तिथि | 2017-10-30 |
डेवलपर | uduran12 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |