Web page modification
Web page modification
What is Web page modification?
Web page modification is a Chrome extension developed by https://ita-in-ua.herokuapp.com, and its main feature is "Web page modification".
Extension Screenshots
Download Web page modification Extension CRX File
Download Web page modification 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
1.Сhange background color and text of any element of any page on the Internet. 2.Меняйте цвет фона и текста любого элемента любой страницы в интернете. 3.e-mail: [email protected]
Extension Basic Information
Name | |
ID | ngdiongcifgelapcafnomekolgmaflad |
Official URL | https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad |
Description | Web page modification |
File Size | 691 KB |
Installation Count | 18 |
Current Version | 0.0.0.9 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-25 |
Rating | 2.50/5 Total 4 Ratings |
Developer | https://ita-in-ua.herokuapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ita-in-ua.herokuapp.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.0.9", "name": "Web page modification", "description": "Web page modification", "permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "modification_web_page_min.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "start.js" ] }, "icons": { "64": "icon_64.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "settings_32.png", "default_title": "page modification" } } |