Tunisia Wonderful

Add is offering you a fantastic scenes from Tunisia.

What is Tunisia Wonderful?

Tunisia Wonderful is a Chrome extension developed by bsmbousselmi, and its main feature is "Add is offering you a fantastic scenes from Tunisia.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tunisia Wonderful Extension CRX File

Download Tunisia Wonderful 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

                        Add is offering you a fantastic scenes from Tunisia also provides you with the possibility of quick links,search,weather,Time.                    

Extension Basic Information

Name Tunisia Wonderful Tunisia Wonderful
ID oacpbimkofldjedjelhkajfkogeoilpd
Official URL https://chrome.google.com/webstore/detail/tunisia-wonderful/oacpbimkofldjedjelhkajfkogeoilpd
Description Add is offering you a fantastic scenes from Tunisia.
File Size 11.6 MB
Installation Count 93
Current Version 2.3
Last Updated 2016-08-27
Publish Date 2016-08-26
Rating 4.92/5 Total 12 Ratings
Developer bsmbousselmi
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tunisia Wonderful",
    "description": "Add is offering you a fantastic scenes from Tunisia.",
    "version": "2.3",
    "browser_action": {
        "default_title": "Tunisia Wonderful",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/www.tunisia-wonderful.tn"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tunisia-wonderful.tn\/*"
            ],
            "js": [
                "background.js",
                "date&time.js"
            ]
        }
    ]
}