Twity
Old posts remover
Twity क्या है?
Twity https://aksionau.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Old posts remover"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Want to start your Twitter from scratch? Try our extension! No permissions to your Twitter account are needed! All this extension does is click buttons for you! How to use: Just open your Twitter profile page, set the number of Tweets to remove, and click “Delete”! This extension will remove Tweets from the most recent to earlier ones.
एक्सटेंशन की मूल जानकारी
नाम | Twity |
ID | mnencakcmnofdmpgmklkknklikgpodoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/twity/mnencakcmnofdmpgmklkknklikgpodoo |
विवरण | Old posts remover |
फ़ाइल का आकार | 34.67 KB |
स्थापना संख्या | 112 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-12-29 |
प्रकाशन तिथि | 2021-12-10 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://aksionau.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twity", "description": "Old posts remover", "version": "0.1.0", "action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Twity" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |