Shrug it off

Shrug it off

Qu'est-ce que Shrug it off ?

Shrug it off est une extension Chrome développée par almcelmon, et sa fonction principale est "Shrug it off".

Télécharger le fichier CRX de l'extension Shrug it off

Téléchargez les fichiers d'extension Shrug it off 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

                        Copy various emotes to your clipboard.                    

Informations de Base sur l'Extension

Nom Shrug it off Shrug it off
ID jmmjglmfijkbblhcdbehpcngbakkgkfl
URL Officiel https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl
Description Shrug it off
Taille du Fichier 5.47 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-19
Date de Publication 2016-01-19
Évaluation 5.00/5 Total 8 Évaluations
Développeur almcelmon
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shrug it off",
    "description": "Shrug it off",
    "permissions": [
        "clipboardRead"
    ],
    "icons": {
        "32": "shrug32.png",
        "128": "shrug128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "shrug32.png",
        "default_popup": "menu.html"
    },
    "version": "1.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}