FanFiction Organizer

Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org

Co to jest FanFiction Organizer?

FanFiction Organizer to rozszerzenie Chrome opracowane przez Stefan Hayden, a jego główną funkcją jest „Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FanFiction Organizer

Pobierz pliki rozszerzeń FanFiction Organizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FanFiction Organizer FanFiction Organizer
ID adlnghnicfngjnofbljedmclmdoepcbe
Oficjalny URL https://chromewebstore.google.com/detail/fanfiction-organizer/adlnghnicfngjnofbljedmclmdoepcbe
Opis Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org
Rozmiar pliku 43 KB
Liczba instalacji 1,283
Aktualna Wersja 0.312
Ostatnia Aktualizacja 2013-11-17
Data Publikacji 2013-11-16
Ocena 3.90/5 Łącznie 52 Oceny
Deweloper Stefan Hayden
Typ Płatności free
Obsługiwane Języki 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'"
}