TV.NU Genväg
Det här tillägget skapar en genväg till tv.nu:s hemsida.
What is TV.NU Genväg?
TV.NU Genväg is a Chrome extension developed by Mikael Sundstrom, and its main feature is "Det här tillägget skapar en genväg till tv.nu:s hemsida.".
Extension Screenshots
Download TV.NU Genväg Extension CRX File
Download TV.NU Genväg 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 | TV.NU Genväg |
ID | aoglbiidblnofioeaoidinohmgpakodn |
Official URL | https://chromewebstore.google.com/detail/tvnu-genv%C3%A4g/aoglbiidblnofioeaoidinohmgpakodn |
Description | Det här tillägget skapar en genväg till tv.nu:s hemsida. |
File Size | 8.57 KB |
Installation Count | 127 |
Current Version | 1.2 |
Last Updated | 2017-09-08 |
Publish Date | 2017-09-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mikael Sundstrom |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Mikael-Sundstrom/browser-extensions/tree/master/tv.nu |
Supported Languages | sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TV.NU Genv\u00e4g", "description": "Det h\u00e4r till\u00e4gget skapar en genv\u00e4g till tv.nu:s hemsida.", "version": "1.2", "icons": { "32": "32.png", "96": "96.png", "128": "128.png" }, "browser_action": { "default_icon": "96.png", "default_title": "\u00d6ppna i ny flik" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.tv.nu\/*" ], "css": [ "style.css" ] } ] } |