Quick Share Button
Share websites in 1-click and make YouTube videos start and stop at any second.
What is Quick Share Button?
Quick Share Button is a Chrome extension developed by https://quicksharebutton.com, and its main feature is "Share websites in 1-click and make YouTube videos start and stop at any second.".
Extension Screenshots
Download Quick Share Button Extension CRX File
Download Quick Share Button 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
Quick Share Button allows you to share sites and videos in 1-click. No need to copy-paste urls. In addition, when you surf on YouTube, Quick Share Button allows you to choose the second the video starts and stops and share only the relevant content with your friends or colleagues!!
Extension Basic Information
Name | Quick Share Button |
ID | nfefnfhlmckdnhaiipelkkdlmiifpokg |
Official URL | https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg |
Description | Share websites in 1-click and make YouTube videos start and stop at any second. |
File Size | 58.49 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2012-09-27 |
Publish Date | 2012-09-26 |
Developer | https://quicksharebutton.com |
Payment Type | free |
Extension Website | http://www.quicksharebutton.com/download |
Help Page URL | http://www.quicksharebutton.com/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Share Button", "version": "1.0", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Share websites in 1-click and make YouTube videos start and stop at any second.", "permissions": [ "tabs", "http:\/\/www.quicksharebutton.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |