k920 FurAffinity Integration
This extension adds a UI to Furaffinity views that recommends art
k920 FurAffinity Integration란 무엇입니까?
k920 FurAffinity Integration은(는) k920net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a UI to Furaffinity views that recommends art"입니다.
확장 프로그램 스크린샷
k920 FurAffinity Integration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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]" } } } |