BiggerPic
Takes you directly to the bigger picture on TinyPic.
What is BiggerPic?
BiggerPic is a Chrome extension developed by Waha, and its main feature is "Takes you directly to the bigger picture on TinyPic.".
Download BiggerPic Extension CRX File
Download BiggerPic 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
TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view. If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)
Extension Basic Information
Name | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
Official URL | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Description | Takes you directly to the bigger picture on TinyPic. |
File Size | 3.25 KB |
Installation Count | 15 |
Current Version | 0.2 |
Last Updated | 2013-08-30 |
Publish Date | 2013-08-30 |
Developer | Waha |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiggerPic", "description": "Takes you directly to the bigger picture on TinyPic.", "background": { "scripts": [ "bg.js" ] }, "version": "0.2", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.tinypic.com\/*" ] } |