Old Twitter Layout
Brings back the old Twitter Layout
Old Twitter Layout क्या है?
Old Twitter Layout Wolvan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings back the old Twitter Layout"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Old Twitter Layout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
आधिकारिक URL | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
विवरण | Brings back the old Twitter Layout |
फ़ाइल का आकार | 45.42 KB |
स्थापना संख्या | 4,911 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2020-05-14 |
प्रकाशन तिथि | 2020-05-14 |
रेटिंग | 4.51/5 कुल 261 रेटिंग्स |
डेवलपर | Wolvan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |