Lubbock Online Popup Blocker
Block Thank You for Visiting Frame
What is Lubbock Online Popup Blocker?
Lubbock Online Popup Blocker is a Chrome extension developed by http://whatalongstranget.rip, and its main feature is "Block Thank You for Visiting Frame".
Extension Screenshots
Download Lubbock Online Popup Blocker Extension CRX File
Download Lubbock Online Popup 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
This extension blocks the AJ popups on http[s]://lubbockonline.com
Extension Basic Information
Name | |
ID | omompognoeanjoeogbakffjbdbdogiom |
Official URL | https://chrome.google.com/webstore/detail/lubbock-online-popup-bloc/omompognoeanjoeogbakffjbdbdogiom |
Description | Block Thank You for Visiting Frame |
File Size | 55.34 KB |
Installation Count | 84 |
Current Version | 1.0.2 |
Last Updated | 2016-07-28 |
Publish Date | 2016-07-28 |
Rating | 3.67/5 Total 6 Ratings |
Developer | http://whatalongstranget.rip |
[email protected] | |
Payment Type | free |
Extension Website | https://whatalongstranget.rip |
Privacy Policy Page URL | https://whatalongstranget.rip/chromeExtensionPrivacyPolicy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lubbock Online Popup Blocker", "description": "Block Thank You for Visiting Frame", "default_locale": "en", "version": "1.0.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/lubbockonline.com\/*" ], "js": [ "scripts\/vendor\/jquery.js", "scripts\/popup.js" ] } ], "background": { "scripts": [ "scripts\/popup.js" ] } } |