Write Books Today

Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!

Was ist Write Books Today?

Write Books Today ist eine Chrome-Erweiterung, die von cdishawn32 entwickelt wurde, und ihr Hauptmerkmal ist "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!".

Erweiterungsscreenshots

screenshot

Write Books Today-Erweiterungs-CRX-Datei herunterladen

Laden Sie Write Books Today-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

                        Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!                    

Grundlegende Informationen zur Erweiterung

Name Write Books Today Write Books Today
ID cndakaelfdbelcfbkngjcoekoelfmbho
Offizielle URL https://chromewebstore.google.com/detail/write-books-today/cndakaelfdbelcfbkngjcoekoelfmbho
Beschreibung Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!
Dateigröße 197 KB
Installationsanzahl 49
Aktuelle Version 1.0
Letztes Update 2016-03-08
Veröffentlichungsdatum 2016-03-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler cdishawn32
Zahlungsart in_app
Erweiterungswebsite http://www.writebookstoday.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Write Books Today",
    "description": "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book \"Out of Work\" is available now on Amazon!",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "gcm",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/config.js",
            "js\/bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.velocity.min.js",
                "js\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}