FeedArt
Replaces Facebook ads with Art.
什麼是FeedArt?
FeedArt是由https://feedart.co開發的Chrome擴展程式,該擴展的主要功能是“Replaces Facebook ads with Art.”。
擴展截圖
下載FeedArt擴展crx文件
下載FeedArt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Feedart replaces the ads you see on your Facebook feed by cool pieces of art. We feature a different artist or style every week.
擴展基本資訊
名稱 | FeedArt |
ID | glgdckpipcpcjmbkcmnponlnphnkkikn |
官方網址 | https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn |
簡介 | Replaces Facebook ads with Art. |
檔案大小 | 196 KB |
安裝次數 | 1,385 |
目前版本 | 0.2.1 |
更新時間 | 2017-06-08 |
上架時間 | 2017-06-08 |
評分 | 4.78/5 共 36 次評分 |
開發者 | https://feedart.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.feedart.co |
支援的語言 | 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" ] } |