Twitter Lite Redirector
Redirect to mobile.twitter.com from twitter.com
Twitter Lite Redirector क्या है?
Twitter Lite Redirector https://1000ch.github.io/twitter-lite-redirector द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect to mobile.twitter.com from twitter.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Lite Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Redirect to mobile.twitter.com from twitter.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lladjhcgddekbpbcoojbpcifkjhjdnjp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-lite-redirector/lladjhcgddekbpbcoojbpcifkjhjdnjp |
विवरण | Redirect to mobile.twitter.com from twitter.com |
फ़ाइल का आकार | 7.69 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 0.6.0 |
अंतिम अपडेट | 2018-11-10 |
प्रकाशन तिथि | 2018-11-10 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | https://1000ch.github.io/twitter-lite-redirector |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Lite Redirector", "version": "0.6.0", "description": "Redirect to mobile.twitter.com from twitter.com", "manifest_version": 2, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Twitter Lite Redirector" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "exclude_matches": [ "https:\/\/twitter.com\/intent\/*", "https:\/\/twitter.com\/share*" ], "run_at": "document_start" } ], "permissions": [ "background", "storage", "https:\/\/twitter.com\/*" ], "offline_enabled": false } |