Thot - Bêta - Rédaction SEO performante

Trouvez les mots-clés manquant optimiser vos textes et grimper sur Google

What is Thot - Bêta - Rédaction SEO performante?

Thot - Bêta - Rédaction SEO performante is a Chrome extension developed by https://thot-seo.fr, and its main feature is "Trouvez les mots-clés manquant optimiser vos textes et grimper sur Google".

Extension Screenshots

screenshot
screenshot
screenshot

Download Thot - Bêta - Rédaction SEO performante Extension CRX File

Download Thot - Bêta - Rédaction SEO performante 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

                        Thot est une extension pour le SEO qui vous permet d'optimiser vos pages pour n'importe quelle requête en français.                    

Extension Basic Information

Name Thot - Bêta - Rédaction SEO performante Thot - Bêta - Rédaction SEO performante
ID ngldlbnkghifdmdebcfpkmeheibepenp
Official URL https://chromewebstore.google.com/detail/thot-b%C3%AAta-r%C3%A9daction-seo-p/ngldlbnkghifdmdebcfpkmeheibepenp
Description Trouvez les mots-clés manquant optimiser vos textes et grimper sur Google
File Size 15.07 MB
Installation Count 3,462
Current Version 3.11
Last Updated 2023-01-28
Publish Date 2022-02-16
Rating 5.00/5 Total 3 Ratings
Developer https://thot-seo.fr
Email [email protected]
Payment Type free
Extension Website https://thot-seo.fr/
Help Page URL https://thot-seo.fr/
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thot - B\u00eata - R\u00e9daction SEO performante",
    "description": "Trouvez les mots-cl\u00e9s manquant optimiser vos textes et grimper sur Google",
    "version": "3.11",
    "author": "Paul Grillet",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Thot16.png",
        "48": "Thot48.png",
        "96": "Thot96.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "clipboardWrite"
    ]
}