Adblock for Internet
Removes ads from Internet.
Vad är Adblock for Internet?
Adblock for Internet är en Chrome-tillägg utvecklad av http://installadblock.com, och dess huvudfunktion är "Removes ads from Internet.".
Tilläggsskärmbilder
Ladda ner Adblock for Internet-förlängningens CRX-fil
Ladda ner Adblock for Internet-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
Remove ads from websites and YouTube with low CPU and RAM consumption. Grundläggande Information om Tillägg
| Namn | |
| ID | eapnbgjpefaicphghglacdclgpdmkona |
| Officiell webbadress | https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona |
| Beskrivning | Removes ads from Internet. |
| Filstorlek | 354 KB |
| Antal Installationer | 23,803 |
| Aktuell Version | 1.1.0.3 |
| Senast Uppdaterad | 2022-07-27 |
| Publiceringsdatum | 2022-05-13 |
| Betyg | 4.18/5 Totalt 94 Betyg |
| Utvecklare | http://installadblock.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.installadblock.com/privacy-policy.html |
| Stödda Språk | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.1.0.3",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "scripts\/blocklist.json"
}
]
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Adblock for Internet",
"default_popup": "pages\/popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |