Like I Give a Fuck
Changes every 'Like' button and text field to 'Give a fuck' on Facebook
Like I Give a Fuck क्या है?
Like I Give a Fuck fabsrc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes every 'Like' button and text field to 'Give a fuck' on Facebook"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Like I Give a Fuck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Every day millions of "likes" are given on Facebook. But how many people really like what they "like" on Facebook? "Liking" something has become a synonym for acknowledging something. You either "like" or you don't care – to say it in other words: either you give a fuck or you don't. This browser extension fixes the mismatch of "like" and like by changing every occurrence of "Like" to "Give a Fuck" on Facebook.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ohfpnpgiljfbmnibfpoieckbmhaagogf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/like-i-give-a-fuck/ohfpnpgiljfbmnibfpoieckbmhaagogf |
विवरण | Changes every 'Like' button and text field to 'Give a fuck' on Facebook |
फ़ाइल का आकार | 11.88 KB |
स्थापना संख्या | 433 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2021-06-10 |
प्रकाशन तिथि | 2020-05-01 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | fabsrc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://fabsrc.github.io/like-i-give-a-fuck/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Like I Give a Fuck", "description": "Changes every 'Like' button and text field to 'Give a fuck' on Facebook", "version": "1.2.4", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "applications": { "gecko": { "id": "{82CEEC65-D441-4F66-A31C-42DB4267155C}" } }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "main.js" ] } ] } |