Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Hvad er Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) er en Chrome-udvidelse udviklet af https://devroid.com, og dens hovedfunktion er "This app is an app that blocks articles you do not like while browsing the internet.".
Udvidelsesskærmbilleder
Download Text-Free(Block unwanted articles)-udvidelses-CRX-fil
Download Text-Free(Block unwanted articles)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ihohdajammamemjnholpkmcapoihgfbp |
| Officiel URL | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
| Beskrivelse | This app is an app that blocks articles you do not like while browsing the internet. |
| Filstørrelse | 9.58 KB |
| Antal Installationer | 125 |
| Nuværende Version | 1.5 |
| Senest Opdateret | 2024-02-02 |
| Udgivelsesdato | 2019-10-17 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://devroid.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | http://www.hanttasoft.co.kr/Customer/Sub04 |
| Understøttede Sprog | 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": [
"*:\/\/*\/*"
]
} | |