Nico Nico Percentage

ニコニコ動画の動画情報に色々なパーセンテージを表示します

Vad är Nico Nico Percentage?

Nico Nico Percentage är en Chrome-tillägg utvecklad av kenken, och dess huvudfunktion är "ニコニコ動画の動画情報に色々なパーセンテージを表示します".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nico Nico Percentage-förlängningens CRX-fil

Ladda ner Nico Nico Percentage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ニコニコ動画の総合ランキングや検索ページで色々なパーセンテージを表示できます

表示できるパーセンテージは:
-再生数に対して何%の人がマイリスをしたか
-再生数に対して何%の人がコメントをしたか
-コメント数に対して何%の人がマイリスをしたか (黙ってマイリス)

これで動画の違った人気度の見方や簡単に何%の人が”黙ってマイリス”をしたのかが分かります

Shows various percentages such as percentage of how many people who viewed the video mylisted, percentage of how many people who commented mylisted, and percentage of how many people who viewed the video commented on Nico Nico ranking page, search page, etc.                    

Grundläggande Information om Tillägg

Namn Nico Nico Percentage Nico Nico Percentage
ID djkagfpppfpnfckcpmkkgbpbdpjcmgan
Officiell webbadress https://chromewebstore.google.com/detail/nico-nico-percentage/djkagfpppfpnfckcpmkkgbpbdpjcmgan
Beskrivning ニコニコ動画の動画情報に色々なパーセンテージを表示します
Filstorlek 51.48 KB
Antal Installationer 148
Aktuell Version 1.1
Senast Uppdaterad 2015-12-18
Publiceringsdatum 2015-12-18
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare kenken
Betalningssätt free
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nico Nico Percentage",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u52d5\u753b\u60c5\u5831\u306b\u8272\u3005\u306a\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059",
    "version": "1.1",
    "permissions": [
        "storage",
        "http:\/\/*.nicovideo.jp\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.nicovideo.jp\/*"
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ]
        }
    ]
}