ThemeForest - New Items

The extension for Google Chrome lets you know about new items of Themeforest before anyone else

What is ThemeForest - New Items?

ThemeForest - New Items is a Chrome extension developed by Awedoo Studio, and its main feature is "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".

Extension Screenshots

screenshot
screenshot

Download ThemeForest - New Items Extension CRX File

Download ThemeForest - New Items 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 extension will alert you when new items have been published on ThemeForest.net.

The ThemeForest is the world's largest marketplace for premium website themes with more than 15,000+ premium templates for everything from simple HTML files to complete website packages for WordPress and Magento.

This extension is developed on the basis of "News Feed - Chrome Extension"
http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio                    

Extension Basic Information

Name ThemeForest - New Items ThemeForest - New Items
ID heencnbpheohkkdioofdinbppgpoljap
Official URL https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap
Description The extension for Google Chrome lets you know about new items of Themeforest before anyone else
File Size 111 KB
Installation Count 87
Current Version 1.1
Last Updated 2017-05-16
Publish Date 2017-05-16
Rating 5.00/5 Total 2 Ratings
Developer Awedoo Studio
Payment Type free
Extension Website http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Help Page URL http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThemeForest - New Items",
    "description": "The extension for Google Chrome lets you know about new items of Themeforest before anyone else",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.1"
}