fetlife Ad Blocker
This extension blocks ads on fetlife.
What is fetlife Ad Blocker?
fetlife Ad Blocker is a Chrome extension developed by Mashakos, and its main feature is "This extension blocks ads on fetlife.".
Download fetlife Ad Blocker Extension CRX File
Download fetlife Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For when you need to be a little more discrete when browsing fetlife! This light weight extension blocks fetlife's colourful ads.
Extension Basic Information
Name | ![]() |
ID | ncbppnenliopijpgdkfjopodielnknfo |
Official URL | https://chrome.google.com/webstore/detail/fetlife-ad-blocker/ncbppnenliopijpgdkfjopodielnknfo |
Description | This extension blocks ads on fetlife. |
File Size | 3.26 KB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2014-09-01 |
Publish Date | 2014-09-01 |
Developer | Mashakos |
Payment Type | free |
Supported Languages | 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 } ] } |