ImgurGeeks Tools (Beta)
Beta: Enhances imgur.com with power user features.
What is ImgurGeeks Tools (Beta)?
ImgurGeeks Tools (Beta) is a Chrome extension developed by ImgurGeeks, and its main feature is "Beta: Enhances imgur.com with power user features.".
Extension Screenshots
Download ImgurGeeks Tools (Beta) Extension CRX File
Download ImgurGeeks Tools (Beta) 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
Enhances imgur.com by showing you fun facts about the images you've posted. Features: - Delay posting. You can decide when your post goes live (integrated into the Imgur post page). - See summary of all your posts/images including total views, total upvotes, etc. - Top 50 images by total views even if not in a public post. - Export detailed data about all your posts to a spreadsheet so you can know more about how posts do over time. Latest Update: - Strengthened up permissions in manifest to make extension safer.
Extension Basic Information
Name | ImgurGeeks Tools (Beta) |
ID | jfbgnaanlnclhjmamjfifegabpjjcnei |
Official URL | https://chromewebstore.google.com/detail/imgurgeeks-tools-beta/jfbgnaanlnclhjmamjfifegabpjjcnei |
Description | Beta: Enhances imgur.com with power user features. |
File Size | 93.54 KB |
Installation Count | 21 |
Current Version | 0.0.5.9 |
Last Updated | 2020-10-03 |
Publish Date | 2020-07-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ImgurGeeks |
[email protected] | |
Payment Type | free |
Help Page URL | https://groups.google.com/forum/#!forum/imgurgeeks/join |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ImgurGeeks Tools (Beta)", "short_name": "imgurtools", "version": "0.0.5.9", "manifest_version": 2, "description": "Beta: Enhances imgur.com with power user features.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.imgur.com\/", "background", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Shows statistics about your imgur posts and images", "default_popup": "src\/menu.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "scripts": [ "src\/settings_data.js", "src\/background.js" ], "persistent": true }, "web_accessible_resources": [ "src\/imgurgeeks_stats.css", "src\/imgurgeeks_stats.js", "src\/imgur_context_end.js", "src\/imgur_context_end.css", "src\/bootstrap.css" ], "content_security_policy": "default-src 'self';" } |