Drudge Report Images
Updated list of images from the Drudge Report.
What is Drudge Report Images?
Drudge Report Images is a Chrome extension developed by Kris Krause, and its main feature is "Updated list of images from the Drudge Report.".
Extension Screenshots
Download Drudge Report Images Extension CRX File
Download Drudge Report Images 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
Just a simple display of recent images from the Drudge Report. Width can be small, medium, or large - your choice. No ads. Updated daily.
Extension Basic Information
Name | Drudge Report Images |
ID | chllmanhfbdlnhnamaibelblkmncflec |
Official URL | https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec |
Description | Updated list of images from the Drudge Report. |
File Size | 109 KB |
Installation Count | 94 |
Current Version | 1.4 |
Last Updated | 2016-10-25 |
Publish Date | 2016-10-25 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Kris Krause |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drudge Report Images", "description": "Updated list of images from the Drudge Report.", "version": "1.4", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "drudge.html" }, "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "permissions": [ "storage", "activeTab", "http:\/\/*.rackcdn.com\/" ] } |