FanFiction Organizer
Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org
Was ist FanFiction Organizer?
FanFiction Organizer ist eine Chrome-Erweiterung, die von Stefan Hayden entwickelt wurde, und ihr Hauptmerkmal ist "Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org".
Erweiterungsscreenshots
FanFiction Organizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie FanFiction Organizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Works on: FanFiction.net and archiveofourown.org
Fanfiction is great but quality varies from author to author and story to story.
Stories: Like a story to mark it green. Dislike to mark it red.
Authors: Like an author to make all stories as green. Dislike to mark all stories as red.
Options:
Why have story and authors you dislike clutter your page? Have the option to auto hide all disliked stories and authors.
Want your favorite fanfiction site added? just tweet: @stefanhayden on twitter Grundlegende Informationen zur Erweiterung
| Name | |
| ID | adlnghnicfngjnofbljedmclmdoepcbe |
| Offizielle URL | https://chromewebstore.google.com/detail/fanfiction-organizer/adlnghnicfngjnofbljedmclmdoepcbe |
| Beschreibung | Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org |
| Dateigröße | 43 KB |
| Installationsanzahl | 1,283 |
| Aktuelle Version | 0.312 |
| Letztes Update | 2013-11-17 |
| Veröffentlichungsdatum | 2013-11-16 |
| Bewertung | 3.90/5 Insgesamt 52 Bewertungen |
| Entwickler | Stefan Hayden |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FanFiction Organizer",
"version": "0.312",
"manifest_version": 2,
"description": "Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org",
"content_scripts": [
{
"matches": [
"*:\/\/www.fanfiction.net\/*",
"*:\/\/archiveofourown.org\/*"
],
"css": [],
"js": [
"global.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'"
} | |