FeedArt

Replaces Facebook ads with Art.

FeedArtคืออะไร?

FeedArt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://feedart.co และคุณลักษณะหลักของมันคือ "Replaces Facebook ads with Art."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FeedArt

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}