[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕

Show danmus in YouTube!

Cos'è [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕?

[DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 è un'estensione di Chrome sviluppata da https://danmuv.com, e la sua funzione principale è "Show danmus in YouTube!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕

Scarica i file di estensione [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Have you ever heard about Niconico or Bilibili? What about Danmu(弹幕,彈幕,弾幕,だんまく)? This has been a viral thing in East Asia Internet. Basically, you send flying comments over the video to comment out any character at any second of any scene and enjoy the fun comments from other commenters. Trust me, it has more fun than you think.                    

Informazioni di Base sull'Estensione

Nome [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕 [DANMUV] YOUTUBE DANMU 弹幕 彈幕 弾幕
ID mbhaplipecljiepaeifhbegpjjmmennp
URL Ufficiale https://chromewebstore.google.com/detail/danmuv-youtube-danmu-%E5%BC%B9%E5%B9%95-%E5%BD%88/mbhaplipecljiepaeifhbegpjjmmennp
Descrizione Show danmus in YouTube!
Dimensione del File 31.87 KB
Conteggio Installazioni 57
Versione Corrente 1.2
Ultimo Aggiornamento 2019-02-08
Data di Pubblicazione 2019-02-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://danmuv.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.danmuv.com/chrome-extension
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[DANMUV] YOUTUBE DANMU \u5f39\u5e55 \u5f48\u5e55 \u5f3e\u5e55",
    "version": "1.2",
    "description": "Show danmus in YouTube!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*.danmuv.com\/"
    ],
    "background": {
        "scripts": [
            "util.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*"
            ],
            "css": [
                "danmuloader.css"
            ],
            "js": [
                "util.js",
                "danmuloader.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}