Twitter Unlike All
Unlike every tweet on Twitter for FREE
Twitter Unlike All क्या है?
Twitter Unlike All https://hamlab.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlike every tweet on Twitter for FREE"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Unlike All एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unlike every tweet that you've previously liked on Twitter for FREE. Get started: - Go to your 'Likes' page (twitter.com/{twitterHandle}/likes) - Start the extension - Automatically, tweets will be unliked. - Press stop at any time NOTE - The extension might cease to function if you are jumping browser tabs, it's best to keep the the tab open and active whilst the extension is running. You can in the meantime open up another instance of Chrome or use other browsers so that you can keep on using your computer. Note: This software is not endorsed or in anyway associated with Twitter and you should use with caution as we take no responsibility for any problems encountered by using this tool. Privacy: This software does not record or store any of your data. Donate: If you found this product useful, please consider a small donation - https://hamlab.dev/donate
एक्सटेंशन की मूल जानकारी
नाम | Twitter Unlike All |
ID | ginpbollfdbbmlmehccedhcnpdmjgjek |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-unlike-all/ginpbollfdbbmlmehccedhcnpdmjgjek |
विवरण | Unlike every tweet on Twitter for FREE |
फ़ाइल का आकार | 43.66 KB |
स्थापना संख्या | 4,521 |
वर्तमान संस्करण | 1.03 |
अंतिम अपडेट | 2020-07-22 |
प्रकाशन तिथि | 2020-06-06 |
रेटिंग | 3.40/5 कुल 15 रेटिंग्स |
डेवलपर | https://hamlab.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hamlab.dev/ |
सहायता पृष्ठ URL | https://hamlab.dev/twitter-unlike-all |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Unlike All", "version": "1.03", "description": "Unlike every tweet on Twitter for FREE", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |