Orkify
An ekstenshun ta translate fings into orky
What is Orkify?
Orkify is a Chrome extension developed by Sam Vlahos, and its main feature is "An ekstenshun ta translate fings into orky".
Extension Screenshots
Download Orkify Extension CRX File
Download Orkify 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
A funny extension that changes text from webpages to read like it was written by an Ork from the Warhammer: 40k universe.
Extension Basic Information
Name | Orkify |
ID | cklbdiemefhkfalgpgafmjeocfnbiikb |
Official URL | https://chromewebstore.google.com/detail/orkify/cklbdiemefhkfalgpgafmjeocfnbiikb |
Description | An ekstenshun ta translate fings into orky |
File Size | 78.65 KB |
Installation Count | 80 |
Current Version | 1.1 |
Last Updated | 2022-01-20 |
Publish Date | 2022-01-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Sam Vlahos |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SamV522/MakeItOrky |
Help Page URL | https://github.com/SamV522/MakeItOrky/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orkify", "description": "An ekstenshun ta translate fings into orky", "version": "1.1", "manifest_version": 3, "permissions": [], "icons": { "16": "icons\/icon-bitty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/makeitorky.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "data\/orky.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |