iFrame'd it!
Put any video in an iframe, with one click!
What is iFrame'd it!?
iFrame'd it! is a Chrome extension developed by joeykeeton, and its main feature is "Put any video in an iframe, with one click!".
Extension Screenshots
Download iFrame'd it! Extension CRX File
Download iFrame'd it! 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
This uses iframe.ly's API to grab the source URL of any video file currently playing in the browser's window, and to also provide responsive iframe markup for the file. It requires an API key from https://iframely.com, which will allow you to grab the source URL/markup for 1000 videos a month (for free!).
Extension Basic Information
Name | iFrame'd it! |
ID | fajooocnppkgfcogkldkjgamdikhbohk |
Official URL | https://chromewebstore.google.com/detail/iframed-it/fajooocnppkgfcogkldkjgamdikhbohk |
Description | Put any video in an iframe, with one click! |
File Size | 268 KB |
Installation Count | 73 |
Current Version | 0.1 |
Last Updated | 2016-08-06 |
Publish Date | 2016-08-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | joeykeeton |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iFrame'd it!", "version": "0.1", "description": "Put any video in an iframe, with one click!", "browser_action": { "default_icon": "iframe.png", "content_security_policy": "script-src 'self' object-src 'self'", "default_popup": "sandboxed.html" }, "background": { "scripts": [ "jquery.js", "angular.min.js", "angular-sanitize.min.js", "backgroundscript.js", "stuff.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |