Overlay
Add content to pages based on their urls.
What is Overlay?
Overlay is a Chrome extension developed by Dillon Hafer, and its main feature is "Add content to pages based on their urls.".
Extension Screenshots
Download Overlay Extension CRX File
Download Overlay 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
Extension Basic Information
Name | Overlay |
ID | dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
Official URL | https://chromewebstore.google.com/detail/overlay/dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
Description | Add content to pages based on their urls. |
File Size | 1.01 MB |
Installation Count | 134 |
Current Version | 1.2 |
Last Updated | 2015-08-18 |
Publish Date | 2015-08-18 |
Developer | Dillon Hafer |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overlay", "version": "1.2", "description": "Add content to pages based on their urls.", "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "overlay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |