reveddit language fix
Allows reveddit.com to work properly when the browser/OS language is not set to english.
Apa itu reveddit language fix?
reveddit language fix adalah ekstensi Chrome yang dikembangkan oleh https://reveddit.com, dan fitur utamanya adalah "Allows reveddit.com to work properly when the browser/OS language is not set to english.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi reveddit language fix
Unduh file ekstensi reveddit language fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Source code: https://github.com/revddit/revddit-language-fix
Informasi Dasar Ekstensi
Nama | reveddit language fix |
ID | fcpgnheagjkmelppbpnbpfimmmjicknj |
URL Resmi | https://chromewebstore.google.com/detail/reveddit-language-fix/fcpgnheagjkmelppbpnbpfimmmjicknj |
Deskripsi | Allows reveddit.com to work properly when the browser/OS language is not set to english. |
Ukuran File | 66.08 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2019-12-18 |
Tanggal Publikasi | 2019-12-17 |
Pengembang | https://reveddit.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reveddit language fix", "short_name": "reveddit lang", "description": "Allows reveddit.com to work properly when the browser\/OS language is not set to english.", "version": "0.0.0.3", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.reveddit.com\/*", "https:\/\/*.reddit.com\/*" ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.reveddit.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |