けものブック
すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね!
Wat is けものブック?
けものブック is een Chrome-extensie ontwikkeld door https://blog.maripo.org, en de belangrijkste functie is "すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね!".
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
すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たっのしー!」に変えられる拡張なんだね! Facebookのインターフェイスを日本語か英語にして使ってね!
Basisinformatie over de Extensie
Naam | けものブック |
ID | lejbendamhemogakdniejbennjanlbfa |
Officiële URL | https://chromewebstore.google.com/detail/%E3%81%91%E3%82%82%E3%81%AE%E3%83%96%E3%83%83%E3%82%AF/lejbendamhemogakdniejbennjanlbfa |
Beschrijving | すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね! |
Bestandsgrootte | 67.8 KB |
Aantal Installaties | 116 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2017-05-14 |
Publicatiedatum | 2017-05-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://blog.maripo.org |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u3051\u3082\u306e\u30d6\u30c3\u30af", "version": "1.0.7", "description": "\u3059\u3054\u30fc\u3044\uff01\u3051\u3082\u306e\u30d6\u30c3\u30af\u306fFacebook\u306e\u300c\u3044\u3044\u306d\uff01\u300d\u3084\u300c\u3046\u3051\u308b\u306d\u300d\u3092\u300c\u3059\u3054\u30fc\u3044\uff01\u300d\u3084\u300c\u305f\u30fc\u306e\u3057\u30fc\uff01\u300d\u306b\u5909\u3048\u3089\u308c\u308b\u62e1\u5f35\u306a\u3093\u3060\u306d\uff01", "default_locale": "ja", "background": [], "web_accessible_resources": [ "img\/*", "css\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "src\/kemono.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [], "icons": { "256": "img\/icon256.png", "128": "img\/icon128.png", "64": "img\/icon64.png", "48": "img\/icon48.png", "32": "img\/icon32.png" } } |