Lover's Lab Ad Filter
No more pornographic ads for Lover's Lab!
What is Lover's Lab Ad Filter?
Lover's Lab Ad Filter is a Chrome extension developed by sfriggs21, and its main feature is "No more pornographic ads for Lover's Lab!".
Extension Screenshots
Download Lover's Lab Ad Filter Extension CRX File
Download Lover's Lab Ad Filter 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
Replaces all ads on loverslab.com with images of tigers.
Extension Basic Information
Name | |
ID | bondfceamaajapobkapakpamoflkggcg |
Official URL | https://chrome.google.com/webstore/detail/lovers-lab-ad-filter/bondfceamaajapobkapakpamoflkggcg |
Description | No more pornographic ads for Lover's Lab! |
File Size | 17.05 KB |
Installation Count | 24 |
Current Version | 0.1 |
Last Updated | 2020-05-06 |
Publish Date | 2020-05-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sfriggs21 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lover's Lab Ad Filter", "version": "0.1", "description": "No more pornographic ads for Lover's Lab!", "icons": { "16": "images\/prohibited-16.png", "32": "images\/prohibited-32.png", "48": "images\/prohibited-48.png", "128": "images\/prohibited-128.png" }, "page_action": { "default_icon": { "16": "images\/prohibited-16.png", "32": "images\/prohibited-32.png", "48": "images\/prohibited-48.png", "128": "images\/prohibited-128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.loverslab.com\/*" ], "js": [ "llaf.js" ] } ], "permissions": [ "declarativeContent" ] } |