FeedArt
Replaces Facebook ads with Art.
What is FeedArt?
FeedArt is a Chrome extension developed by https://feedart.co, and its main feature is "Replaces Facebook ads with Art.".
Extension Screenshots
Download FeedArt Extension CRX File
Download FeedArt 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
Feedart replaces the ads you see on your Facebook feed by cool pieces of art. We feature a different artist or style every week.
Extension Basic Information
Name | FeedArt |
ID | glgdckpipcpcjmbkcmnponlnphnkkikn |
Official URL | https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn |
Description | Replaces Facebook ads with Art. |
File Size | 196 KB |
Installation Count | 1,385 |
Current Version | 0.2.1 |
Last Updated | 2017-06-08 |
Publish Date | 2017-06-08 |
Rating | 4.78/5 Total 36 Ratings |
Developer | https://feedart.co |
[email protected] | |
Payment Type | free |
Extension Website | http://www.feedart.co |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FeedArt", "version": "0.2.1", "manifest_version": 2, "description": "Replaces Facebook ads with Art.", "homepage_url": "http:\/\/feedart.co\/", "default_locale": "en", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.facebook.com\/*", "https:\/\/raw.githubusercontent.com\/*\/adblocker-art-facebook\/master\/current-art.json" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "content_script\/script.js" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |