Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Apa itu Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) adalah ekstensi Chrome yang dikembangkan oleh https://devroid.com, dan fitur utamanya adalah "This app is an app that blocks articles you do not like while browsing the internet.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text-Free(Block unwanted articles)
Unduh file ekstensi Text-Free(Block unwanted articles) 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
Sometimes there are articles you do not want to see on the Internet. For example, if you register "David", you will see a line containing "David". Entertainers who are suffering from bad names can easily surf the web if they register their name.
Informasi Dasar Ekstensi
Nama | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
URL Resmi | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
Deskripsi | This app is an app that blocks articles you do not like while browsing the internet. |
Ukuran File | 9.58 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2024-02-02 |
Tanggal Publikasi | 2019-10-17 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://devroid.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.hanttasoft.co.kr/Customer/Sub04 |
Bahasa yang Didukung | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "Text-Free", "description": "__MSG_appDescription__", "default_locale": "en", "version": "1.5", "action": { "default_icon": ".\/images\/icon.png", "default_popup": "main.html", "default_title": "Text Free" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/*\/*" ] } |