Amazon MiniTV AdBlocker
Blocks ads in Amazon MiniTV
Vad är Amazon MiniTV AdBlocker?
Amazon MiniTV AdBlocker är en Chrome-tillägg utvecklad av thegeekestofall, och dess huvudfunktion är "Blocks ads in Amazon MiniTV".
Tilläggsskärmbilder
Ladda ner Amazon MiniTV AdBlocker-förlängningens CRX-fil
Ladda ner Amazon MiniTV AdBlocker-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
This extension blocks the ads coming from the amazon servers to the users.
The extensions helps the users to get a seamless content experience. Grundläggande Information om Tillägg
| Namn | |
| ID | nlkkhdidnadclaajbpmhihbeccellili |
| Officiell webbadress | https://chromewebstore.google.com/detail/amazon-minitv-adblocker/nlkkhdidnadclaajbpmhihbeccellili |
| Beskrivning | Blocks ads in Amazon MiniTV |
| Filstorlek | 10.44 KB |
| Antal Installationer | 1,644 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2023-12-28 |
| Publiceringsdatum | 2023-01-28 |
| Betyg | 2.14/5 Totalt 7 Betyg |
| Utvecklare | thegeekestofall |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon MiniTV AdBlocker",
"manifest_version": 3,
"version": "0.2",
"description": "Blocks ads in Amazon MiniTV",
"background": {
"service_worker": "background.js"
},
"permissions": [
"declarativeNetRequest"
],
"icons": {
"32": "\/files\/i2.png",
"48": "\/files\/ii3.png"
}
} | |