Free Website Builder

Free Website Builder, Build your website by yourself for free, no experience required

Τι είναι το Free Website Builder;

Το Free Website Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brightery.com, και η κύρια λειτουργία του είναι "Free Website Builder, Build your website by yourself for free, no experience required".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Free Website Builder

Λήψη αρχείων επέκτασης Free Website Builder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Brightery Free website builder
if you're looking for cheap and good website builder, You can have your own website now with brightery free website builder and create a website for free.

Brightery Free website builder features
Brightery free website builder is offering more than you expect, We're offering you the best drag and drop platform to make a website in minutes.

1.
Super Easy
It's super easy to build a website with Brightery free website builder, It's so quick and fast, no coding knowledge required.
2.
Anyone could register
Yes, You don't need any high security information or even a credit card, Brightery don't charge people without their own permission.

3.
Variation of templates
Choose by color, By category.. You can choose your template between many, So many ready to use templates. We've made for our builder to be usable.

4.
Unlimited updates
Do you really think that we won't update? we're updating builder everyday, uploading new templates, making changes.. higher performance. And more!

5.
Lifetime free plan
Many plans you can use from our listed plans, If you wanna be always on the free plan, No problem at all.. We're hosting you, Supporting you and no matter what;s going on.

6.
No annoying advertising
We're not going to force push advertising to your website, It's your website and we're happy to make it alive and help you.

7.
Tutorials
Posts, Video tutorials and more, Don't be worry, We're not going to fail you.

create a website for free
No charges, No fees, Wanna upgrade? go for it, don't wanna upgrade? no matters... You can do whatever you want and create a website for free.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Free Website Builder Free Website Builder
ID cjiamemkhpcpfoanakhladgbflecilkf
Επίσημο URL https://chromewebstore.google.com/detail/free-website-builder/cjiamemkhpcpfoanakhladgbflecilkf
Περιγραφή Free Website Builder, Build your website by yourself for free, no experience required
Μέγεθος Αρχείου 1.94 MB
Αριθμός Εγκαταστάσεων 1,112
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-07-28
Ημερομηνία Δημοσίευσης 2020-07-28
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://brightery.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.brightery.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.brightery.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.brightery.com/en/page/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/logo.png",
            "16": "img\/logo.png",
            "24": "img\/logo.png",
            "32": "img\/logo.png"
        },
        "default_popup": "background\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "background\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.brightery.com https:\/\/*.facebook.com  https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/maps.googleapis.com; object-src 'self'",
    "description": "Free Website Builder, Build your website by yourself for free, no experience required",
    "externally_connectable": {
        "matches": [
            "*:\/\/www.brightery.com\/*"
        ]
    },
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "64": "img\/logo.png"
    },
    "manifest_version": 2,
    "name": "Free Website Builder",
    "options_page": "index.html",
    "permissions": [
        "background",
        "https:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "short_name": "CC",
    "version": "1.0.0",
    "web_accessible_resources": [
        "*"
    ]
}