Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_chromename__", "short_name": "__MSG_shortname__", "description": "__MSG_description__", "version": "1.18.3", "author": "MarkAlexI", "homepage_url": "https:\/\/ext.pp.ua\/css-insight.html", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "192": "images\/icon-192.png", "512": "images\/icon-512.png" }, "default_locale": "en", "permissions": [ "storage", "scripting", "activeTab", "tabs" ], "host_permissions": [ "*:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_defaulttitle__" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/formatRule.js", "scripts\/getTagName.js", "scripts\/getSubSelectors.js" ] } ] }