Twitter Stress Reduction
Twitter Stress Reduction
Twitter Stress Reduction क्या है?
Twitter Stress Reduction https://shirouzu.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter Stress Reduction"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Stress Reduction एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A mini tool to use Twitter comfortably. - Hide 'ForYou/Trending/What's happened/etc' entries. - Fold/Unfold button for tweet image.
एक्सटेंशन की मूल जानकारी
नाम | Twitter Stress Reduction |
ID | ipnjgahnocpaefhffbnnjonihlihoeic |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-stress-reduction/ipnjgahnocpaefhffbnnjonihlihoeic |
विवरण | Twitter Stress Reduction |
फ़ाइल का आकार | 49.66 KB |
स्थापना संख्या | 14,213 |
वर्तमान संस्करण | 0.3.5.1 |
अंतिम अपडेट | 2024-01-09 |
प्रकाशन तिथि | 2020-06-02 |
रेटिंग | 4.89/5 कुल 38 रेटिंग्स |
डेवलपर | https://shirouzu.jp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://shirouzu.jp/tech/twitter-stress-reduction |
सहायता पृष्ठ URL | https://groups.google.com/g/twitter-stress-reduction |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_desc__", "manifest_version": 2, "version": "0.3.5.1", "description": "__MSG_desc__", "default_locale": "ja", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "tw_fold.js" ] } ], "browser_action": { "default_icon": "tw16.png", "default_title": "Twitter Stress Reduction" }, "background": { "scripts": [ "tw_background.js" ] }, "options_ui": { "page": "tw_fold.html", "open_in_tab": true }, "web_accessible_resources": [ "tw_fold.html" ], "icons": { "16": "tw16.png", "48": "tw48.png", "128": "tw128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "contextMenus", "storage" ] } |