GDN Preview Generator

Preview your GDN ad in any website.

What is GDN Preview Generator?

GDN Preview Generator is a Chrome extension developed by https://gdnpreviewgenerator.com, and its main feature is "Preview your GDN ad in any website.".

Extension Screenshots

screenshot

Download GDN Preview Generator Extension CRX File

Download GDN Preview Generator 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

                        A complementary tool to GDN Preview Generator website.                    

Extension Basic Information

Name GDN Preview Generator GDN Preview Generator
ID bgiimmgkfddidopbkijcahdjbagojkfd
Official URL https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd
Description Preview your GDN ad in any website.
File Size 11.65 KB
Installation Count 425
Current Version 1.2
Last Updated 2020-10-22
Publish Date 2020-10-20
Rating 3.00/5 Total 2 Ratings
Developer https://gdnpreviewgenerator.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDN Preview Generator",
    "version": "1.2",
    "description": "Preview your GDN ad in any website.",
    "author": "4 Thirteen Group",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/gdnpreviewgenerator-favicon.png"
    },
    "icons": {
        "128": "images\/gdnpreviewgenerator-favicon.png"
    }
}