Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
What is Simplify it!?
Simplify it! is a Chrome extension developed by Nate, and its main feature is "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
Extension Screenshots
Download Simplify it! Extension CRX File
Download Simplify it! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Simplify it! |
ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
Official URL | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
Description | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
File Size | 1.24 MB |
Installation Count | 1,419 |
Current Version | 2.5 |
Last Updated | 2021-11-28 |
Publish Date | 2019-04-30 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Nate |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |