FanfictionUltimate
The ultimate Chrome Extension for the best Fanfiction.net experience.
FanfictionUltimate란 무엇입니까?
FanfictionUltimate은(는) Anupya Pamidimukkala에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate Chrome Extension for the best Fanfiction.net experience."입니다.
확장 프로그램 스크린샷
FanfictionUltimate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Read your next Dramione, Bedward or Drarry fic with this new Chrome extension! FanfictionUltimate is the perfect companion to Fanfiction.net. It adds additional functionality in a seamless, easy-to-use manner. FEATURES -> Entire Work: Read the entire fanfiction on just 1 page. Highly recommended for readers with slow internet connections so you do not have to wait for the next chapter to load each time. -> Download: Download any fic with 1 click. Maintain a personal archive of your favourite fics so you can read whenever and wherever you want. --------------------------------------------------------- Note from the developer: I am an ardent fan of Fanfiction.net and made this extension for other fans like me. If you have suggestions on other things that this extension could do, leave me a review and I'll try to incorporate it in the next version :) Happy reading!
확장 프로그램 기본 정보
이름 | |
ID | hbhlklehlompfbncnchjocoeabddnmjl |
공식 URL | https://chrome.google.com/webstore/detail/fanfictionultimate/hbhlklehlompfbncnchjocoeabddnmjl |
설명 | The ultimate Chrome Extension for the best Fanfiction.net experience. |
파일 크기 | 1.51 MB |
설치 횟수 | 109 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-04-05 |
출시 날짜 | 2019-04-05 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Anupya Pamidimukkala |
결제 유형 | in_store |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FanfictionUltimate", "short_name": "FFUltimate", "version": "1.0.0", "manifest_version": 2, "description": "The ultimate Chrome Extension for the best Fanfiction.net experience.", "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/anupya.github.io", "content_scripts": [ { "js": [ "CS_buttons.js" ], "matches": [ "*:\/\/www.fanfiction.net\/s\/*" ], "run_at": "document_start" } ], "default_locale": "en", "browser_action": { "default_icon": "icon_128.jpeg", "default_title": "FanFictionUltimate" }, "icons": { "16": "icon_16.jpeg", "48": "icon_48.jpeg", "128": "icon_128.jpeg" }, "permissions": [ "unlimitedStorage", "tabs", "*:\/\/www.fanfiction.net\/*", "chrome:\/\/favicon\/" ] } |