Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
What is Twitter -_orig?
Twitter -_orig is a Chrome extension developed by Scotto, and its main feature is "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
Extension Screenshots
Download Twitter -_orig Extension CRX File
Download Twitter -_orig 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
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file. Extension Basic Information
| Name | |
| ID | abhahfjacodgcpjmnofopebllmgmdlef |
| Official URL | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
| Description | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
| File Size | 14.46 KB |
| Installation Count | 230 |
| Current Version | 0.5 |
| Last Updated | 2019-07-28 |
| Publish Date | 2019-07-28 |
| Rating | 5.00/5 Total 6 Ratings |
| Developer | Scotto |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter -_orig",
"description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.",
"version": "0.5",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/icons\/iconx16.png",
"48": ".\/icons\/iconx48.png",
"128": ".\/icons\/iconx128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/pbs.twimg.com\/media\/*"
],
"browser_action": {
"default_icon": {
"16": ".\/icons\/iconx16.png",
"48": ".\/icons\/iconx48.png",
"128": ".\/icons\/iconx128.png"
}
},
"commands": {
"save": {
"suggested_key": {
"default": "Ctrl+S",
"mac": "Command+S"
},
"description": "Save"
}
}
} | |