MenT
Dám ti vědět o každém novém videu, které zveřejním!
What is MenT?
MenT is a Chrome extension developed by MTEAM, and its main feature is "Dám ti vědět o každém novém videu, které zveřejním!".
Extension Screenshots
Download MenT Extension CRX File
Download MenT 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
Oficiální addon do Google Chrome od YouTubera MenTa!
Extension Basic Information
Name | |
ID | lhbdcebfjgojggbglhpgcolcnkpdcjjb |
Official URL | https://chromewebstore.google.com/detail/ment/lhbdcebfjgojggbglhpgcolcnkpdcjjb |
Description | Dám ti vědět o každém novém videu, které zveřejním! |
File Size | 162 KB |
Installation Count | 128 |
Current Version | 0.7 |
Last Updated | 2017-12-05 |
Publish Date | 2017-12-05 |
Rating | 4.78/5 Total 9 Ratings |
Developer | MTEAM |
[email protected] | |
Payment Type | free |
Supported Languages | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MenT", "short_name": "MenT", "description": "D\u00e1m ti v\u011bd\u011bt o ka\u017ed\u00e9m nov\u00e9m videu, kter\u00e9 zve\u0159ejn\u00edm!", "version": "0.7", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "ment.png", "default_popup": "popup.html" }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/img.youtube.com\/", "https:\/\/i.ytimg.com\/", "https:\/\/ment.tescz.eu\/", "https:\/\/cdn.addons.ragequit.cz\/", "https:\/\/www.youne.cz\/", "https:\/\/addon.ment.cz\/" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |