Write Books Today

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

Qu'est-ce que Write Books Today ?

Write Books Today est une extension Chrome développée par cdishawn32, et sa fonction principale est "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Write Books Today

Téléchargez les fichiers d'extension Write Books Today au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Write Books Today Write Books Today
ID cndakaelfdbelcfbkngjcoekoelfmbho
URL Officiel https://chromewebstore.google.com/detail/write-books-today/cndakaelfdbelcfbkngjcoekoelfmbho
Description Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!
Taille du Fichier 197 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-08
Date de Publication 2016-03-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur cdishawn32
Type de Paiement in_app
Site Web de l'Extension http://www.writebookstoday.com/
Langues Prises en Charge 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"
    }
}