Scripter
Userscript manager
What is Scripter?
Scripter is a Chrome extension developed by alexxxkorotkov, and its main feature is "Userscript manager".
Extension Screenshots
Download Scripter Extension CRX File
Download Scripter 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
Scripter - this is userscript manager for Google Chrome. Userscripts are little computer programs that for example add a download button to the social networks, cleanup your vk.com or ok.ru news. Thanks for using Scripter.
Extension Basic Information
Name | |
ID | imcaafepnnbkidkcdfjcoaialoakdjfl |
Official URL | https://chrome.google.com/webstore/detail/scripter/imcaafepnnbkidkcdfjcoaialoakdjfl |
Description | Userscript manager |
File Size | 22.54 KB |
Installation Count | 629 |
Current Version | 1.0.0 |
Last Updated | 2017-04-19 |
Publish Date | 2017-04-19 |
Rating | 3.00/5 Total 2 Ratings |
Developer | alexxxkorotkov |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon_grey19.png", "38": "images\/icon_grey38.png" }, "default_popup": "popup.html", "default_title": "Scripter" }, "description": "Userscript manager", "icons": { "128": "images\/icon128.png", "32": "images\/icon.png", "48": "images\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "31.0.0.0", "name": "Scripter", "options_page": "options.html", "permissions": [ "alarms", "unlimitedStorage", "tabs", "webNavigation", "storage", " |