PubPlugin
ハンゲームのサイトからゲームを起動するためのプラグインです。
Qu'est-ce que PubPlugin ?
PubPlugin est une extension Chrome développée par Unknown, et sa fonction principale est "ハンゲームのサイトからゲームを起動するためのプラグインです。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PubPlugin
Téléchargez les fichiers d'extension PubPlugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
じっくりゲームをchromeから起動するためにはこのプラグインを設置する必要があります。
Informations de Base sur l'Extension
Nom | PubPlugin |
ID | oocjkbhgpboompjhedccccgkkacikiem |
URL Officiel | https://chromewebstore.google.com/detail/pubplugin/oocjkbhgpboompjhedccccgkkacikiem |
Description | ハンゲームのサイトからゲームを起動するためのプラグインです。 |
Taille du Fichier | 871 KB |
Nombre d'Installations | 14,613 |
Version Actuelle | 3.0.6.0 |
Dernière Mise à Jour | 2013-12-18 |
Date de Publication | 2013-12-17 |
Évaluation | 1.93/5 Total 862 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://www.hangame.co.jp/ |
URL de la Page d'Aide | http://www.hangame.co.jp/ |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "PubPlugin", "version": "3.0.6.0", "description": "\u30cf\u30f3\u30b2\u30fc\u30e0\u306e\u30b5\u30a4\u30c8\u304b\u3089\u30b2\u30fc\u30e0\u3092\u8d77\u52d5\u3059\u308b\u305f\u3081\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002", "homepage_url": "http:\/\/www.hangame.co.jp\/", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "9.0.0.0", "manifest_version": 2, "permissons": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "plugins": [ { "path": "npPubPlugin.dll", "public": true } ] } |