Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Vad är Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) är en Chrome-tillägg utvecklad av https://devroid.com, och dess huvudfunktion är "This app is an app that blocks articles you do not like while browsing the internet.".
Tilläggsskärmbilder
Ladda ner Text-Free(Block unwanted articles)-förlängningens CRX-fil
Ladda ner Text-Free(Block unwanted articles)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ihohdajammamemjnholpkmcapoihgfbp |
| Officiell webbadress | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
| Beskrivning | This app is an app that blocks articles you do not like while browsing the internet. |
| Filstorlek | 9.58 KB |
| Antal Installationer | 125 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2024-02-02 |
| Publiceringsdatum | 2019-10-17 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://devroid.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://www.hanttasoft.co.kr/Customer/Sub04 |
| Stödda Språk | 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": [
"*:\/\/*\/*"
]
} | |