Write Books Today

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

Wat is Write Books Today?

Write Books Today is een Chrome-extensie ontwikkeld door cdishawn32, en de belangrijkste functie is "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Write Books Today

Download Write Books Today-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Write Books Today Write Books Today
ID cndakaelfdbelcfbkngjcoekoelfmbho
Officiële URL https://chromewebstore.google.com/detail/write-books-today/cndakaelfdbelcfbkngjcoekoelfmbho
Beschrijving Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!
Bestandsgrootte 197 KB
Aantal Installaties 49
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-08
Publicatiedatum 2016-03-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cdishawn32
Betalingswijze in_app
Extensiewebsite http://www.writebookstoday.com/
Ondersteunde Talen 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"
    }
}