Meow Blocker PRO
Block ads with Meow Power!
What is Meow Blocker PRO?
Meow Blocker PRO is a Chrome extension developed by SocialMediaExtensions, and its main feature is "Block ads with Meow Power!".
Extension Screenshots
Download Meow Blocker PRO Extension CRX File
Download Meow Blocker PRO 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
Meow Blocker PRO replaces all of the annoying ads with cute cat photos!
Extension Basic Information
Name | Meow Blocker PRO |
ID | kdlkombhlmkeckighifillnhllnhplkj |
Official URL | https://chromewebstore.google.com/detail/meow-blocker-pro/kdlkombhlmkeckighifillnhllnhplkj |
Description | Block ads with Meow Power! |
File Size | 676 KB |
Installation Count | 59 |
Current Version | 3.9.1 |
Last Updated | 2017-12-14 |
Publish Date | 2017-12-13 |
Rating | 5.00/5 Total 10 Ratings |
Developer | SocialMediaExtensions |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meow Blocker PRO", "description": "Block ads with Meow Power!", "version": "3.9.1", "icons": { "16": "meow_16x16.png", "48": "meow_48x48.png", "128": "meow_128x128.png" }, "permissions": [ "http:\/\/*.socialmediaextensions.co\/", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "assets\/js\/jquery-2.0.3.min.js", "backgroundLinkedin.js" ] } ], "browser_action": { "default_title": "Bookmark Default Title", "default_icon": "meow_128x128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |