VebTraffic.com site viewer

VebTraffic.com site viewer.

What is VebTraffic.com site viewer?

VebTraffic.com site viewer is a Chrome extension developed by http://vebtraffic.com, and its main feature is "VebTraffic.com site viewer.".

Extension Screenshots

screenshot

Download VebTraffic.com site viewer Extension CRX File

Download VebTraffic.com site viewer 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

                        Peer 2 Peer traffic sharing internet service

Using our Google Chrome plugin will allow you to earn free traffic for your website from users around the World.                    

Extension Basic Information

Name VebTraffic.com site viewer VebTraffic.com site viewer
ID jfkkoeebjaokmkgbdilkelbhammcdmia
Official URL https://chrome.google.com/webstore/detail/vebtrafficcom-site-viewer/jfkkoeebjaokmkgbdilkelbhammcdmia
Description VebTraffic.com site viewer.
File Size 447 KB
Installation Count 31
Current Version 2.2.7
Last Updated 2015-08-12
Publish Date 2015-08-12
Rating 4.75/5 Total 12 Ratings
Developer http://vebtraffic.com
Payment Type free
Extension Website http://vebtraffic.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VebTraffic.com site viewer",
    "description": "VebTraffic.com site viewer.",
    "version": "2.2.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "VebTraffic Site Viewer"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "imp.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ]
}