k920 FurAffinity Integration

This extension adds a UI to Furaffinity views that recommends art

k920 FurAffinity Integrationคืออะไร?

k920 FurAffinity Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย k920net และคุณลักษณะหลักของมันคือ "This extension adds a UI to Furaffinity views that recommends art"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย k920 FurAffinity Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a UI to Furaffinity (a popular furry art hosting site) that integrates with k920 (a site that provides machine learning based recommendations for new art to view). It requires a Furaffinity account to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ k920 FurAffinity Integration k920 FurAffinity Integration
ID mcafcjkcmfkpfpkkpepjncccpopodgac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/k920-furaffinity-integrat/mcafcjkcmfkpfpkkpepjncccpopodgac
คำอธิบาย This extension adds a UI to Furaffinity views that recommends art
ขนาดไฟล์ 91.4 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2017-10-13
วันที่เผยแพร่ 2017-10-13
คะแนน 3.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา k920net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "k920 FurAffinity Integration",
    "description": "This extension adds a UI to Furaffinity views that recommends art",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.furaffinity.net\/view\/*",
                "https:\/\/*.furaffinity.net\/view\/*",
                "http:\/\/*.furaffinity.net\/browse*",
                "https:\/\/*.furaffinity.net\/browse*",
                "http:\/\/*.furaffinity.net\/",
                "https:\/\/*.furaffinity.net\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sha256.js",
                "js\/extenv.js",
                "js\/extension.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.k920.net\/",
        "http:\/\/localhost:5000\/"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}