Simplify it!

Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.

Cos'è Simplify it!?

Simplify it! è un'estensione di Chrome sviluppata da Nate, e la sua funzione principale è "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simplify it!

Scarica i file di estensione Simplify it! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin simplifies web pages and mutes annoying videos to allow for easier viewing of articles.  Navigate to a page or article you would like to read and simply click the yellow 'S' to simplify a page. Click it again to undo.  Work in Progress!                    

Informazioni di Base sull'Estensione

Nome Simplify it! Simplify it!
ID fcmiopamalpkecdfjfkmmdlojjhdjfim
URL Ufficiale https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim
Descrizione Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Dimensione del File 1.24 MB
Conteggio Installazioni 1,419
Versione Corrente 2.5
Ultimo Aggiornamento 2021-11-28
Data di Pubblicazione 2019-04-30
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Nate
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify it!",
    "short_name": "Simplify!",
    "description": "Simplifies web pages and mutes annoying videos.  Click the Yellow 'S' to simplify a page. Click it again to undo.",
    "version": "2.5",
    "author": "Nate",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simplify the Page."
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}