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 |
公式URL | 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 |
Eメール | [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" ] } |