Browser Boost - Extra Tools for Chrome

Boost Volume, Change User Agent, Enable Right Click, Copy & Select, Disable WebRTC, and Save Image as Type (JPG, PNG & WebP).

Τι είναι το Browser Boost - Extra Tools for Chrome;

Το Browser Boost - Extra Tools for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browserboost.org, και η κύρια λειτουργία του είναι "Boost Volume, Change User Agent, Enable Right Click, Copy & Select, Disable WebRTC, and Save Image as Type (JPG, PNG & WebP).".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Browser Boost - Extra Tools for Chrome

Λήψη αρχείων επέκτασης Browser Boost - Extra Tools for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The Browser Boost extension provides an open-source, privacy respecting alternative to numerous single-use extensions.

You can rely on Browser Boost instead of having to trust multiple extensions from various developers, which are often closed source, collect user data, and come with undocumented permissions.

Browser Boost collects no user data, does not require signup, has no servers, is entirely open source, and is 100% free.

-------------------------

Tools:

🔊 Boost Volume: Increase the maximum volume of your browser up to 600%.

🕵️ Change User Agent: Spoof user agent to emulate different devices or browsers.

🖱️ Enable Right Click & Select: Force enable right clicks, copy, & text selection on sites that have disabled right clicks or selection interactions.

💾 Save Image as Type: Adds context menu to save images as JPG, PNG or WebP.

💬 Disable WebRTC: Disable WebRTC requests to prevent IP address leaks.

-------------------------

Permission Justifications:

tabCapture: To capture and modify the audio of a tab. Required to boost volume. 

privacy: To modify the IPHandlingPolicy. Required to disable WebRTC.

webNavigation: To trigger onCommitted and onHistoryStateUpdated listener. Required to change user agent and enable right click & select. 

scripting: To inject scripts into webpages. Required to change user agent and enable right click & select. 

downloads: To trigger download of modified image. Required to save image as type.

contextMenus: To add option to context menu. Required to save image as type.

offscreen: To use the tabCapture API and HTML canvas in the background service worker. Required to boost volume and save Image as type. 

declarativeNetRequestWithHostAccess: To modify user agent header. Required to change user agent

storage: To store user settings.

Host permission: To trigger webNavigation on every website. Required to change user agent and enable right click & select. 

-------------------------

Code: https://github.com/BrowserBoost/Extension

This extension strictly adheres to all Chrome Web Store Policies and Terms of Service.                    

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

Όνομα Browser Boost - Extra Tools for Chrome Browser Boost - Extra Tools for Chrome
ID akknpgblpchaoebdoiojonnahhnfgnem
Επίσημο URL https://chromewebstore.google.com/detail/browser-boost-extra-tools/akknpgblpchaoebdoiojonnahhnfgnem
Περιγραφή Boost Volume, Change User Agent, Enable Right Click, Copy & Select, Disable WebRTC, and Save Image as Type (JPG, PNG & WebP).
Μέγεθος Αρχείου 181 KB
Αριθμός Εγκαταστάσεων 44,100
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2023-12-24
Ημερομηνία Δημοσίευσης 2023-11-03
Αξιολόγηση 4.27/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής https://browserboost.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browserboost.org/
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/BrowserBoost/Extension/blob/master/privacy-policy.md
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "version": "1.3.1",
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "privacy",
        "webNavigation",
        "scripting",
        "downloads",
        "contextMenus",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}