Kipcsakify
Translates to kipcsak dialect
What is Kipcsakify?
Kipcsakify is a Chrome extension developed by Kipcsak Norris, and its main feature is "Translates to kipcsak dialect".
Extension Screenshots
Download Kipcsakify Extension CRX File
Download Kipcsakify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Translates to kipcsak. This plugin helps to translate some popular Hungarian news sites, to a special Hungarian dialekt.
Extension Basic Information
Name | Kipcsakify |
ID | feoohnjnbdanikbhpolpknknckhobpje |
Official URL | https://chromewebstore.google.com/detail/kipcsakify/feoohnjnbdanikbhpolpknknckhobpje |
Description | Translates to kipcsak dialect |
File Size | 7.25 KB |
Installation Count | 60 |
Current Version | 1.2 |
Last Updated | 2019-12-17 |
Publish Date | 2019-12-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kipcsak Norris |
[email protected] | |
Payment Type | free |
Extension Website | http://www.kipcsak.xyz/ |
Supported Languages | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kipcsakify", "version": "1.2", "description": "Translates to kipcsak dialect", "permissions": [ "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.index.hu\/*", "https:\/\/*.444.hu\/*" ], "run_at": "document_start", "js": [ "contentScript.js" ] } ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |