Twitter image
Get the image on the twitter website with the original size.
Qu'est-ce que Twitter image ?
Twitter image est une extension Chrome développée par Wondoo Kang (a.k.a. Azyu), et sa fonction principale est "Get the image on the twitter website with the original size.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter image
Téléchargez les fichiers d'extension Twitter image 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
If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image. [ FAQ ] Q: I want to change download folder location! A: Sorry. Not allowed by Chrome Web Browser API.
Informations de Base sur l'Extension
Nom | Twitter image |
ID | fklblgnjblcekahbefdbnodkibknnadp |
URL Officiel | https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp |
Description | Get the image on the twitter website with the original size. |
Taille du Fichier | 16.85 KB |
Nombre d'Installations | 23,549 |
Version Actuelle | 0.33 |
Dernière Mise à Jour | 2019-07-20 |
Date de Publication | 2019-07-20 |
Évaluation | 4.66/5 Total 108 Évaluations |
Développeur | Wondoo Kang (a.k.a. Azyu) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/_uyza_ |
Langues Prises en Charge | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "js": [ "script\/eventListener.js" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "downloads", "storage", "*:\/\/twitter.com\/*", "*:\/\/twimg.com\/*" ], "version": "0.33" } |