Dinamani
Latest news from Dinamani.
What is Dinamani?
Dinamani is a Chrome extension developed by Express Network Pvt Ltd, and its main feature is "Latest news from Dinamani.".
Extension Screenshots
Download Dinamani Extension CRX File
Download Dinamani 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 | bmfjebccakihjjjjogecichpabmjieak |
Official URL | https://chromewebstore.google.com/detail/dinamani/bmfjebccakihjjjjogecichpabmjieak |
Description | Latest news from Dinamani. |
File Size | 125 KB |
Installation Count | 70 |
Current Version | 1.2 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Express Network Pvt Ltd |
Payment Type | free |
Supported Languages | ta |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dinamani", "version": "1.2", "description": "Latest news from Dinamani.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/dn16.png", "32": "images\/dn32.png", "48": "images\/dn48.png", "128": "images\/dn128.png" } }, "icons": { "16": "images\/dn16.png", "32": "images\/dn32.png", "48": "images\/dn48.png", "128": "images\/dn128.png" }, "manifest_version": 2 } |