Aparat
Aparat+
What is Aparat?
Aparat is a Chrome extension developed by alizarei, and its main feature is "Aparat+".
Extension Screenshots
Download Aparat Extension CRX File
Download Aparat 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
افزونه کمکی آپارات
Extension Basic Information
Name | |
ID | jhieedceioicdbkimlolaibokbhcjkmd |
Official URL | https://chrome.google.com/webstore/detail/aparat/jhieedceioicdbkimlolaibokbhcjkmd |
Description | Aparat+ |
File Size | 363 KB |
Installation Count | 130 |
Current Version | 0.0.1 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | alizarei |
[email protected] | |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aparat", "description": "Aparat+", "version": "0.0.1", "permissions": [ "contextMenus", "notifications", "declarativeContent", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "controller\/background.js", "controller\/notification.js" ], "persistent": false }, "options_page": "views\/options.html", "options_ui": { "page": "views\/options.html", "chrome_style": true }, "content_scripts": [ { "all_frames": true, "js": [ "controller\/bundle.js", "controller\/anchorme.min.js", "controller\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": { "19": "assets\/icon.png", "38": "assets\/icon.png" }, "default_title": " Aparat+ ", "default_popup": "views\/popup.html" }, "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "manifest_version": 2 } |