Twiview
Image viewer and gallery for Twitter
What is Twiview?
Twiview is a Chrome extension developed by kaimisou, and its main feature is "Image viewer and gallery for Twitter".
Extension Screenshots
Download Twiview Extension CRX File
Download Twiview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
To view larger image & video on Twitter easier and faster. No more click to show larger image. Save to your image gallery by only click like button (up to 450 images). able to switch left/right side view. -ツイッターの画像閲覧をもっと楽に、もっと素早くに -いいねするだけでお好みの画像ギャラリーが作れる(上限450枚) 21/02/20 : 画像か動画だけ表示される機能追加 URLの後尾に ?img か ?vid を追加して作動 20/07/15 : 動画が適応されない不具合を修正
Extension Basic Information
Name | Twiview |
ID | dnohnffckkiplemimmckecbdiodpmapo |
Official URL | https://chromewebstore.google.com/detail/twiview/dnohnffckkiplemimmckecbdiodpmapo |
Description | Image viewer and gallery for Twitter |
File Size | 12.57 MB |
Installation Count | 58 |
Current Version | 1.3.3 |
Last Updated | 2021-03-04 |
Publish Date | 2020-05-22 |
Developer | kaimisou |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twiview", "description": "Image viewer and gallery for Twitter", "version": "1.3.3", "permissions": [ "storage", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "script.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ] } ], "web_accessible_resources": [ "images\/*", "script\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "16": "images\/16.png", "48": "images\/63x63.png", "63": "images\/63x63.png", "128": "images\/128x128.png" }, "browser_action": { "default_title": "Twiview - press to options." }, "manifest_version": 2 } |