Lubbock Online Popup Blocker
Block Thank You for Visiting Frame
Wat is Lubbock Online Popup Blocker?
Lubbock Online Popup Blocker is een Chrome-extensie ontwikkeld door http://whatalongstranget.rip, en de belangrijkste functie is "Block Thank You for Visiting Frame".
Extensie Screenshots
Download het CRX-bestand van de extensie Lubbock Online Popup Blocker
Download Lubbock Online Popup 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
This extension blocks the AJ popups on http[s]://lubbockonline.com
Basisinformatie over de Extensie
Naam | |
ID | omompognoeanjoeogbakffjbdbdogiom |
Officiële URL | https://chrome.google.com/webstore/detail/lubbock-online-popup-bloc/omompognoeanjoeogbakffjbdbdogiom |
Beschrijving | Block Thank You for Visiting Frame |
Bestandsgrootte | 55.34 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-07-28 |
Publicatiedatum | 2016-07-28 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://whatalongstranget.rip |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://whatalongstranget.rip |
URL van de Privacybeleid Pagina | https://whatalongstranget.rip/chromeExtensionPrivacyPolicy.html |
Ondersteunde Talen | 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" ] } } |