Parafrasear

Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.

What is Parafrasear?

Parafrasear is a Chrome extension developed by ASK SEO, and its main feature is "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Parafrasear Extension CRX File

Download Parafrasear 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

                        Es una parafrasista gratuita que le permite parafraseo online utilizando modelos avanzados de GPT3. Es una herramienta fácil de usar que puede ayudarte a reescribir texto de cualquier idioma al español.                    

Extension Basic Information

Name Parafrasear Parafrasear
ID dffohfjajblmphagafjeobadmacccnbc
Official URL https://chromewebstore.google.com/detail/parafrasear/dffohfjajblmphagafjeobadmacccnbc
Description Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.
File Size 2.21 MB
Installation Count 2,216
Current Version 1.0.0
Last Updated 2023-04-27
Publish Date 2023-04-27
Developer ASK SEO
Email [email protected]
Payment Type free
Extension Website https://parafrasear.org/
Help Page URL https://parafrasear.org/contacto/
Privacy Policy Page URL https://paraphrasingtool.ai/privacy-policy
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parafrasear",
    "description": "Parafrasear is a free chrome extension for rephrasing content online, anytime, anywhere.",
    "version": "1.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/icons\/Icon-192.png",
            "32": "\/icons\/Icon-192.png",
            "48": "\/icons\/Icon-192.png",
            "128": "\/icons\/Icon-192.png"
        }
    },
    "icons": {
        "16": "\/icons\/Icon-192.png",
        "32": "\/icons\/Icon-192.png",
        "48": "\/icons\/Icon-192.png",
        "128": "\/icons\/Icon-192.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "eventPage.js"
    }
}