Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of google translate element

google translate element by zupffwhy

Automatically inserts Google Translate Element into the page. Translate the entire page without leaving page or opening a new tab.

3.7 (51 reviews)3.7 (51 reviews)
7,491 Users7,491 Users
You'll need Firefox to use this extension
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
Automatically inserts Google Translate Element into the page. Translate the entire page without leaving page or opening a new tab.Translate Twitter in real time. By using my other add-on "Twitter Old UI" you can use Twitter with the old interface. https://addons.mozilla.org/firefox/addon/twitter-old-ui/DeepL TranslatorDisplay the result of Google Translate in browser action panelDisplay the result of Bing Translator in browser action panelDisplay the result of Baidu Translate in the windowDisplay the result of Yandex translate in page action panelDisplay the result of papago in sidebarDisplay the result of excite translate in a tabDisplay the result of Weblio translate in a tabThe result of translating into Japanese after removing HTML links and decorative tags from the page.The upper left is the original page. The lower left is the result of deleting the tag. The upper right is the result of translating the original page. The lower right is the result of translating the page with the tag removed.The translation from the original is unnatural and difficult to understand, but the one translated with the tags removed is easier to understand.
About this extension
This add-on may not work on some pages due to the Content Security Policy settings or other security restrictions on those pages.

This add-on automatically inserts Google Translate Element into the page. Translate the entire page without leaving page or opening a new tab.
To translate without leaving pages or tabs, you need to add the following code on the options page. This executes the remote code for Google Translate Element. For this reason, this code cannot be included in the add-on. Because Mozilla doesn't allow add-ons to use remote scripts because they can create serious security vulnerabilities. So you need to enable this code on your own will. Do not use this code if you don't trust it or if you don't trust the Google Translate Element service. Adding code at your own discretion is the same as writing a script for Greasemonkey and its derived add-ons. If you live in China, the add-on may work if you change .com in the code to .cn.
The function to translate without leaving the page will not work on some pages that have a Content Security Policy. For example it works on Wikipedia, but it does not work on GitHub. If you want to use this function even on a page with a Content Security Policy, you need to write the following Content Security Policy on the Options page at your own will. If you live in China, the add-on may work if you change .com to .cn.

In addition, there is a function to translate the selected text or the entire page in a separate tab, separate window or sidebar. You can use any translation engine such as Google or Bing.

In Wikipedia articles, symbols such as [3] that indicate sources and annotations appear in sentences. This often breaks sentences, and translation engines often do strange translations. To improve this, use an add-on that can delete these symbols.



I invite you to explore and help me translate this add-on in Crowdin.

Please make a donation through Kampa! (You can donate a minimum of 15 yen (15 cents)), Amazon (Recipient Email: heyxedjn@kampa.me) or PayPal.Me or Bit Coin 3FvQjLuiqQzZeWAoZBtwBwEV8TzWcEYQvt.

Tags: Google Translate toolbar EN>RU, Google Translate, Mirai Translate, DeepL Translator, Yandex Translate, 百度翻译, Papago Translator, エキサイト 翻訳, Bing Microsoft Translator, Weblio 翻訳


------ Code ------
function modify_page(pagelanguage, includedlanguages) {
if (document.querySelector("#google_translate_element")) {
return false;
}
let url = "//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit";
let loc = new URL(window.location);
if (loc.protocol != "http:" && loc.protocol != "https:") {
url = "https:" + url;
}
let s = `function googleTranslateElementInit() {new google.translate.TranslateElement({pageLanguage: "${pagelanguage}", includedLanguages: "${includedlanguages}", layout: google.translate.TranslateElement.InlineLayout.SIMPLE, multilanguagePage: true,}, "google_translate_element" );}`;
let elem = document.createElement("script");
elem.setAttribute("id", "google_translate_element");
elem.appendChild(document.createTextNode(s));
document.body.appendChild(elem);
elem = document.createElement("script");
elem.setAttribute("src", url);
document.body.appendChild(elem);
return true;
}
true;
------ Content Security Policy ------
script-src 'unsafe-eval' 'unsafe-inline' translate.googleapis.com translate.google.com; style-src translate.googleapis.com; img-src translate.googleapis.com www.gstatic.com www.google.com translate.google.com;
Developer comments
Bitcoin donations are also welcome: 1KMyBNyvVtnHn9iTT7YSCYzaWQA4WPFb8x
Rated 3.7 by 51 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
30
4
5
3
1
2
2
1
13
Read all 51 reviews
Permissions and dataLearn more

Required permissions:

  • Get data from the clipboard
  • Access browsing history
  • Monitor extension usage and manage themes
  • Display notifications to you
  • Access recently closed tabs
  • Hide and show browser tabs
  • Access browser tabs
  • Access your data for all web sites

Optional permissions:

  • Get data from the clipboard
  • Access browsing history
  • Access recently closed tabs
  • Hide and show browser tabs
More information
Add-on Links
  • Homepage
  • Support site
Version
2.2025.117.0
Size
381.42 kB
Last updated
7 months ago (17 Jan 2025)
Related Categories
  • Language Support
  • Tabs
Licence
All Rights Reserved
Version History
  • See all versions
Tags
  • google
  • search
  • shopping
  • translate
  • user scripts
  • youtube
Add to collection
Report this add-on
Support this developer

The developer of this extension asks that you help support its continued development by making a small contribution.

Contribute now

More extensions by zupffwhy
  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

  • There are no ratings yet

Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.