GDN Preview Generator

Preview your GDN ad in any website.

Qu'est-ce que GDN Preview Generator ?

GDN Preview Generator est une extension Chrome développée par https://gdnpreviewgenerator.com, et sa fonction principale est "Preview your GDN ad in any website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GDN Preview Generator

Téléchargez les fichiers d'extension GDN Preview Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A complementary tool to GDN Preview Generator website.                    

Informations de Base sur l'Extension

Nom GDN Preview Generator GDN Preview Generator
ID bgiimmgkfddidopbkijcahdjbagojkfd
URL Officiel https://chromewebstore.google.com/detail/gdn-preview-generator/bgiimmgkfddidopbkijcahdjbagojkfd
Description Preview your GDN ad in any website.
Taille du Fichier 11.65 KB
Nombre d'Installations 425
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-22
Date de Publication 2020-10-20
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://gdnpreviewgenerator.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}