Neuralwriter — AI Text Paraphraser

Neuralwriter helps you rephrase, simplify and edit text directly on web pages.

As of June 2026, Neuralwriter — AI Text Paraphraser has 10,000 users and a 3.00/5 rating from 2 reviews in the Productivity category.

Usersup 42.9 percent+42.9%
10.0K
10,000
Ratingno change0%
3.00
2 reviews
Reviewsno change0%
2
Version
1.0.20
Manifest V3
90-day change · In the last 90 days this extension gained 3.0K users, 2 version updates, changed permissions.

History

4 snapshots

Tracking since Apr 18, 2026.

10.2K8.5K6.8KApr 18, 2026Jun 14, 2026
View as table
DateUsersRatingReviewsVersion
Apr 18, 20267.0K3.0021.0.0
Apr 28, 20269.0K3.0021.0.0
Jun 3, 202610.0K3.0021.0.0
Jun 8, 202610.0K3.0021.0.17
Now10.0K3.0021.0.20

Changelog

  • Jun 3, 2026
    description
    Instantly rewrite and rephrase any text or emojis. Highlight words or sentences on any page to transform them with a single click, or use the popup editor for more advanced changes. Perfect for improving your text or emojis.
    
    You can either paste any text into the extension and rewrite it directly,
    or select text on any webpage and press hotkey Ctrl+Alt+P to rewrite the selected part instantly.
    
    - Text Rewriter (Light / Hard): Instantly rephrase your text in two styles — Light keeps it close to the original, while Hard makes a deeper rewrite for a completely fresh version.
    Rewrite AI by NeuralWriter helps you paraphrase and rewrite text directly from any webpage.
    
    ⚡ HOW IT WORKS
    1. Select any text on a webpage
    2. Press Ctrl+Alt+P (or click the extension icon)
    3. Choose Light mode (fast, minor changes) or Hard mode (deep rewriting, higher uniqueness)
    4. Get your rewritten text instantly
    
    ✨ KEY FEATURES
    • Two rewriting modes: Light (quick, preserves meaning) and Hard (deep rewrite, high uniqueness)
    • Works on any webpage - just select text and use the keyboard shortcut
    • Built-in uniqueness score for each rewrite
    • Supports 11 languages: English, Spanish, French, German, Italian, Portuguese, Russian, Ukrainian, Chinese, Japanese, Korean
    • Clean popup interface - no new tabs, no redirects
    • Local Engine mode for offline English rewriting (no server needed)
    • Cloud AI mode powered by NeuralWriter's backend
    
    🔧 HOW THE EXTENSION CONNECTS TO THE AI BACKEND
    NeuralWriter's rewrite API requires an authenticated session token. The token bootstrap page is hosted by NeuralWriter and is designed to run in a normal browser context, so the extension loads that owned page in a Chrome MV3 offscreen document before making rewrite requests.
    
    To handle this transparently for the user, the extension:
      1. Creates a background offscreen document (Chrome MV3 standard API) containing an iframe that loads a token page on research.neuralwriter.com
      2. The page initializes the NeuralWriter browser session
      3. A narrowly matched content script reads the session token from the loaded NeuralWriter page and passes it to the extension's background worker
      4. The token is stored locally and refreshed every 50 minutes to stay valid
      5. When the user paraphrases text, the popup sends the text along with this token to the NeuralWriter API
    
    The iframe URL includes a unique identifier parameter (qJFXgLwe2a3jwRvb3HPGWFRYboWk4q-rewrite) so the token-extraction content scripts and network rules are scoped to pages carrying this parameter. The separate user-facing hotkey content script runs on all pages only to listen for Ctrl+Alt+P, read the user's current text selection, and display the local extension popup when the user invokes the feature.
    
    This is why the extension requires the offscreen and declarativeNetRequest permissions: the iframe needs X-Frame-Options headers removed on NeuralWriter subframe requests so the owned token page can load inside the offscreen document, and the token content script needs to interact with that loaded NeuralWriter page to extract the authentication token.
    
    🔒 PRIVACY
    • The extension only communicates with NeuralWriter-owned domains (neuralwriter.com and research.neuralwriter.com) for rewrite requests and token refresh
    • No browsing history is collected or stored
    • Text you paraphrase is sent to the NeuralWriter API and is not stored after processing
    • The session token is stored locally in chrome.storage and is only used for API authentication
    • Full privacy policy: https://research.neuralwriter.com/privacy-policy
  • Jun 3, 2026
    host_permissions
    *://*/*, <all_urls>
    <all_urls>
  • Jun 3, 2026
    permissions
    scripting, storage, cookies, declarativeNetRequest, tabs, offscreen, webRequest, webNavigation
    scripting, storage, cookies, declarativeNetRequest, tabs, offscreen, webRequest, webNavigation, alarms

Permissions & access

Permissions
scriptingstoragecookiesdeclarativeNetRequesttabsoffscreenwebRequestwebNavigationalarms
Host access
<all_urls>

Screenshots

Neuralwriter — AI Text Paraphraser screenshot 1

About

Rewrite AI by NeuralWriter helps you paraphrase and rewrite text directly from any webpage.

⚡ HOW IT WORKS
1. Select any text on a webpage
2. Press Ctrl+Alt+P (or click the extension icon)
3. Choose Light mode (fast, minor changes) or Hard mode (deep rewriting, higher uniqueness)
4. Get your rewritten text instantly

✨ KEY FEATURES
• Two rewriting modes: Light (quick, preserves meaning) and Hard (deep rewrite, high uniqueness)
• Works on any webpage - just select text and use the keyboard shortcut
• Built-in uniqueness score for each rewrite
• Supports 11 languages: English, Spanish, French, German, Italian, Portuguese, Russian, Ukrainian, Chinese, Japanese, Korean
• Clean popup interface - no new tabs, no redirects
• Local Engine mode for offline English rewriting (no server needed)
• Cloud AI mode powered by NeuralWriter's backend

🔧 HOW THE EXTENSION CONNECTS TO THE AI BACKEND
NeuralWriter's rewrite API requires an authenticated session token. The token bootstrap page is hosted by NeuralWriter and is designed to run in a normal browser context, so the extension loads that owned page in a Chrome MV3 offscreen document before making rewrite requests.

To handle this transparently for the user, the extension:
  1. Creates a background offscreen document (Chrome MV3 standard API) containing an iframe that loads a token page on research.neuralwriter.com
  2. The page initializes the NeuralWriter browser session
  3. A narrowly matched content script reads the session token from the loaded NeuralWriter page and passes it to the extension's background worker
  4. The token is stored locally and refreshed every 50 minutes to stay valid
  5. When the user paraphrases text, the popup sends the text along with this token to the NeuralWriter API

The iframe URL includes a unique identifier parameter (qJFXgLwe2a3jwRvb3HPGWFRYboWk4q-rewrite) so the token-extraction content scripts and network rules are scoped to pages carrying this parameter. The separate user-facing hotkey content script runs on all pages only to listen for Ctrl+Alt+P, read the user's current text selection, and display the local extension popup when the user invokes the feature.

This is why the extension requires the offscreen and declarativeNetRequest permissions: the iframe needs X-Frame-Options headers removed on NeuralWriter subframe requests so the owned token page can load inside the offscreen document, and the token content script needs to interact with that loaded NeuralWriter page to extract the authentication token.

🔒 PRIVACY
• The extension only communicates with NeuralWriter-owned domains (neuralwriter.com and research.neuralwriter.com) for rewrite requests and token refresh
• No browsing history is collected or stored
• Text you paraphrase is sent to the NeuralWriter API and is not stored after processing
• The session token is stored locally in chrome.storage and is only used for API authentication
• Full privacy policy: https://research.neuralwriter.com/privacy-policy

Technical

Version
1.0.20
Manifest
V3
Size
405KiB
Min Chrome
96
Languages
1
Featured
No

Metadata

ID
gnooopplnmndieoelbagclpobcppknbo
Developer ID
ue76d8420e9f5573b546d3f27ce2ebd65
Developer Email
[email protected]
Created
Dec 22, 2025
Last Updated (Store)
Jun 5, 2026
Last Scraped
Jun 14, 2026
Website

Similar extensions

Alternatives to Neuralwriter — AI Text Paraphraser, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 14, 2026.