fetlife Ad Blocker
This extension blocks ads on fetlife.
Wat is fetlife Ad Blocker?
fetlife Ad Blocker is een Chrome-extensie ontwikkeld door Mashakos, en de belangrijkste functie is "This extension blocks ads on fetlife.".
Download het CRX-bestand van de extensie fetlife Ad Blocker
Download fetlife Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For when you need to be a little more discrete when browsing fetlife! This light weight extension blocks fetlife's colourful ads.
Basisinformatie over de Extensie
Naam | ![]() |
ID | ncbppnenliopijpgdkfjopodielnknfo |
Officiële URL | https://chrome.google.com/webstore/detail/fetlife-ad-blocker/ncbppnenliopijpgdkfjopodielnknfo |
Beschrijving | This extension blocks ads on fetlife. |
Bestandsgrootte | 3.26 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-01 |
Publicatiedatum | 2014-09-01 |
Ontwikkelaar | Mashakos |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fetlife Ad Blocker", "description": "This extension blocks ads on fetlife.", "version": "1.0", "permissions": [ "*:\/\/fetlife.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/fetlife.com\/*" ], "js": [ "script.js" ], "all_frames": true } ] } |