ニコニコ動画 Link Opener

A simple extension to open ニコニコ動画's ID link or search videos quicker.

What is ニコニコ動画 Link Opener?

ニコニコ動画 Link Opener is a Chrome extension developed by Andrew Timothy, and its main feature is "A simple extension to open ニコニコ動画's ID link or search videos quicker.".

Extension Screenshots

screenshot

Download ニコニコ動画 Link Opener Extension CRX File

Download ニコニコ動画 Link Opener 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

                        NicoNico Douga Link Opener
---
This extension helps a NicoNico Douga fan to open an unlinked NicoNico Douga video by its ID quickly. It also can search NicoNico Douga video by inputting a keyword.

Context menu is also provided as the shortcut to the extension's features.

Updated to manifest v2                    

Extension Basic Information

Name ニコニコ動画 Link Opener ニコニコ動画 Link Opener
ID khglcidcgogfgjmobbgapfobkplbhcgg
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB-link-opener/khglcidcgogfgjmobbgapfobkplbhcgg
Description A simple extension to open ニコニコ動画's ID link or search videos quicker.
File Size 22.81 KB
Installation Count 892
Current Version 1.0.1.2
Last Updated 2013-06-15
Publish Date 2013-06-15
Rating 4.50/5 Total 2 Ratings
Developer Andrew Timothy
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.1.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}