動画コンテナモザイク除去装置
created by 9ketsuki.info
Wat is 動画コンテナモザイク除去装置?
動画コンテナモザイク除去装置 is een Chrome-extensie ontwikkeld door https://9ketsuki.info, en de belangrijkste functie is "created by 9ketsuki.info".
Extensie Screenshots
Download het CRX-bestand van de extensie 動画コンテナモザイク除去装置
Download 動画コンテナモザイク除去装置-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
動画コンテナ(https://movie-container.com/)のモザイク(blur)処理を外し、サムネイルを見やすくします。
Basisinformatie over de Extensie
Naam | |
ID | ajmdpalohahleabgknfognadhedcjjil |
Officiële URL | https://chrome.google.com/webstore/detail/%E5%8B%95%E7%94%BB%E3%82%B3%E3%83%B3%E3%83%86%E3%83%8A%E3%83%A2%E3%82%B6%E3%82%A4%E3%82%AF%E9%99%A4%E5%8E%BB%E8%A3%85%E7%BD%AE/ajmdpalohahleabgknfognadhedcjjil |
Beschrijving | created by 9ketsuki.info |
Bestandsgrootte | 34.76 KB |
Aantal Installaties | 271 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-09-12 |
Publicatiedatum | 2019-09-12 |
Ontwikkelaar | https://9ketsuki.info |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u52d5\u753b\u30b3\u30f3\u30c6\u30ca\u30e2\u30b6\u30a4\u30af\u9664\u53bb\u88c5\u7f6e", "description": "created by 9ketsuki.info", "version": "1.1", "homepage_url": "http:\/\/9ketsuki.info\/", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/movie-container.com\/download\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |