Oink Killer
This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.
What is Oink Killer?
Oink Killer is a Chrome extension developed by julien.cardoux, and its main feature is "This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.".
Extension Screenshots
Download Oink Killer Extension CRX File
Download Oink Killer 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 works autonomously, it will remove Sponsored Posts & Suggestion Posts from your Facebook feed. ────────────── │VERSIONS NOTES │ │ ● 2.3.2 │ │ Errors fixes │ │ ● 2.3.2 │ │ Statistics fixes │ ──────────────
Extension Basic Information
Name | Oink Killer |
ID | ceojkdgaghpgljckbnkfcedofogiihlh |
Official URL | https://chromewebstore.google.com/detail/oink-killer/ceojkdgaghpgljckbnkfcedofogiihlh |
Description | This extension removes Sponsored Posts & Suggestion Posts on Facebook feed. |
File Size | 63.21 KB |
Installation Count | 27 |
Current Version | 2.3.3 |
Last Updated | 2016-09-04 |
Publish Date | 2016-09-04 |
Rating | 4.00/5 Total 4 Ratings |
Developer | julien.cardoux |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oink Killer", "description": "This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.", "version": "2.3.3", "browser_action": { "default_title": "Oink Killer", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.1.0.min.js", "OinkKiller.js" ] } ], "permissions": [ "activeTab", "storage" ] } |