Twean
Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.
Qu'est-ce que Twean ?
Twean est une extension Chrome développée par http://www.tekool.net, et sa fonction principale est "Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twean
Téléchargez les fichiers d'extension Twean au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mgdbopghpkjmgnhjfdnfeihnjgndjnbp |
URL Officiel | https://chrome.google.com/webstore/detail/twean/mgdbopghpkjmgnhjfdnfeihnjgndjnbp |
Description | Can hide images, videos, promoted or liked tweets from Twitter timeline. But also «Who To Follow», «Trends», «Video Live» modules. |
Taille du Fichier | 19.66 KB |
Nombre d'Installations | 690 |
Version Actuelle | 1.10.0 |
Dernière Mise à Jour | 2017-09-03 |
Date de Publication | 2017-09-03 |
Évaluation | 4.05/5 Total 40 Évaluations |
Développeur | http://www.tekool.net |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tekool/twean |
URL de la Page d'Aide | http://www.tekool.net/ |
Langues Prises en Charge | 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" } |