Simplify it!

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

Was ist Simplify it!?

Simplify it! ist eine Chrome-Erweiterung, die von Nate entwickelt wurde, und ihr Hauptmerkmal ist "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Simplify it!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simplify it!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Simplify it! Simplify it!
ID fcmiopamalpkecdfjfkmmdlojjhdjfim
Offizielle URL https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim
Beschreibung Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
Dateigröße 1.24 MB
Installationsanzahl 1,419
Aktuelle Version 2.5
Letztes Update 2021-11-28
Veröffentlichungsdatum 2019-04-30
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Nate
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}