Sum Up
Sum Up Youtube Video
What is Sum Up?
Sum Up is a Chrome extension developed by guokrfans, and its main feature is "Sum Up Youtube Video".
Extension Screenshots
Download Sum Up Extension CRX File
Download Sum Up 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
write main point about a Youtube video to remember it better & help other save time on watch the same video
Extension Basic Information
Name | Sum Up |
ID | cbjeaiddihdgofakdocmnljnpkchajfn |
Official URL | https://chromewebstore.google.com/detail/sum-up/cbjeaiddihdgofakdocmnljnpkchajfn |
Description | Sum Up Youtube Video |
File Size | 38.83 KB |
Installation Count | 26 |
Current Version | 1.3 |
Last Updated | 2016-06-08 |
Publish Date | 2016-06-08 |
Developer | guokrfans |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtube-sumup.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sum Up", "description": "Sum Up Youtube Video", "version": "1.3", "browser_action": { "default_icon": { "16": "Strawberry.png", "19": "Strawberry.png", "38": "Strawberry.png", "48": "Strawberry.png", "128": "Strawberry.png" } }, "background": { "scripts": [ "jquery-2.2.3.min.js", "background.js" ] }, "icons": { "16": "Strawberry.png", "48": "Strawberry.png", "128": "Strawberry.png" }, "permissions": [ "tabs", "storage", "https:\/\/www.youtube.com\/watch?v=*", "http:\/\/www.youtube-sumup.com\/*", "https:\/\/www.youtube-sumup.com\/*" ], "web_accessible_resources": [ "template.html", "Strawberry.png" ] } |