Envato Market Blog
Envato Market Blog Recent Posts
What is Envato Market Blog?
Envato Market Blog is a Chrome extension developed by Gigsix Dev Team, and its main feature is "Envato Market Blog Recent Posts".
Extension Screenshots
Download Envato Market Blog Extension CRX File
Download Envato Market Blog 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 is Envato Market Blog Google Chrome Extension which will display recent 10 posts from Envato Market Blog and notify if there is any new post update prior to your recent check.
Extension Basic Information
Name | |
ID | ddiidlcmipbckkapkhoehogblghjaaom |
Official URL | https://chrome.google.com/webstore/detail/envato-market-blog/ddiidlcmipbckkapkhoehogblghjaaom |
Description | Envato Market Blog Recent Posts |
File Size | 191 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-03-13 |
Publish Date | 2015-03-13 |
Developer | Gigsix Dev Team |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Envato Market Blog Recent Posts", "name": "Envato Market Blog", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'", "web_accessible_resources": [ "Popup_files\/jquery.mobile-1.4.5.min.css" ], "background": { "scripts": [ "Popup_files\/background.js" ], "persistent": false }, "permissions": [ "background", "storage", "alarms", "tabs", "notifications", "https:\/\/*\/", "http:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ], "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" } } |