Twean
Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.
Twean क्या है?
Twean http://www.tekool.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twean एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Optionnaly hide from the timeline: - images from tweets (you can still click on the tweet to open it). - videos from tweets (you can still click on the tweet to play it). - promoted (promoted tweets pushed by Twitter can be hidden). - liked tweets (tweets liked by the users you follow can be hidden). Optionnaly hide from the main dashboard: - «Who To Follow» module. - «Trends» module. - «Video Live» module.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mgdbopghpkjmgnhjfdnfeihnjgndjnbp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twean/mgdbopghpkjmgnhjfdnfeihnjgndjnbp |
विवरण | Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules. |
फ़ाइल का आकार | 19.66 KB |
स्थापना संख्या | 690 |
वर्तमान संस्करण | 1.10.0 |
अंतिम अपडेट | 2017-09-03 |
प्रकाशन तिथि | 2017-09-03 |
रेटिंग | 4.05/5 कुल 40 रेटिंग्स |
डेवलपर | http://www.tekool.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tekool/twean |
सहायता पृष्ठ URL | http://www.tekool.net/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twean", "short_name": "Twean", "version": "1.10.0", "description": "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also \u00abWho To Follow\u00bb, \u00abTrends\u00bb, \u00abVideo Live\u00bb modules.", "author": "Tekool - www.tekool.net", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/twean\/mgdbopghpkjmgnhjfdnfeihnjgndjnbp", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "exclude_matches": [ "https:\/\/twitter.com\/settings\/*" ], "js": [ "page.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "19": "icon\/icon19.png", "38": "icon\/icon38.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "page_action": { "default_title": "Twean", "default_icon": { "19": "icon\/icon19.png", "38": "icon\/icon38.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "default_popup": "options.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |