Internetadó-mérő
Internetadó! Megmondja mennyit kellene fizetned ha csak a böngésződ használod internet eléréshez!
What is Internetadó-mérő?
Internetadó-mérő is a Chrome extension developed by Tibor Botos, and its main feature is "Internetadó! Megmondja mennyit kellene fizetned ha csak a böngésződ használod internet eléréshez!".
Extension Screenshots
Download Internetadó-mérő Extension CRX File
Download Internetadó-mérő 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
cink.hu/tag/internetado
Extension Basic Information
Name | |
ID | lkbigpgceegkmmkepkhdjfhgnfpiofla |
Official URL | https://chrome.google.com/webstore/detail/internetad%C3%B3-m%C3%A9r%C5%91/lkbigpgceegkmmkepkhdjfhgnfpiofla |
Description | Internetadó! Megmondja mennyit kellene fizetned ha csak a böngésződ használod internet eléréshez! |
File Size | 69.23 KB |
Installation Count | 139 |
Current Version | 1.1.1 |
Last Updated | 2014-10-22 |
Publish Date | 2014-10-22 |
Rating | 4.25/5 Total 8 Ratings |
Developer | Tibor Botos |
Payment Type | free |
Supported Languages | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Internetad\u00f3-m\u00e9r\u0151", "version": "1.1.1", "description": "Internetad\u00f3! Megmondja mennyit kellene fizetned ha csak a b\u00f6ng\u00e9sz\u0151d haszn\u00e1lod internet el\u00e9r\u00e9shez!", "permissions": [ "webRequest", "storage", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "internetado16.png" }, "icons": { "16": "internetado16.png", "48": "internetado48.png", "128": "internetado128.png" }, "author": "Botos Tibor", "manifest_version": 2 } |