Fallen Zuma

Impeach Zuma from the Internet

Qu'est-ce que Fallen Zuma ?

Fallen Zuma est une extension Chrome développée par https://www.mitchsaid.com, et sa fonction principale est "Impeach Zuma from the Internet".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fallen Zuma

Téléchargez les fichiers d'extension Fallen Zuma 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

                        Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.

Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.                    

Informations de Base sur l'Extension

Nom Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
URL Officiel https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
Description Impeach Zuma from the Internet
Taille du Fichier 84.43 KB
Nombre d'Installations 29
Version Actuelle 0.1
Dernière Mise à Jour 2016-04-22
Date de Publication 2016-04-21
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://www.mitchsaid.com
Type de Paiement free
Site Web de l'Extension http://www.mitchsaid.com/fallenzuma
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen Zuma",
    "description": "Impeach Zuma from the Internet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "jquery.blast.min.js",
                "wow.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}