Flagger

Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.

Cos'è Flagger?

Flagger è un'estensione di Chrome sviluppata da https://flagger.io, e la sua funzione principale è "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flagger

Scarica i file di estensione Flagger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Flagger is a browser add-on that automatically puts red flag keywords (like bomb, Taliban and anthrax) into the web addresses you visit. Install Flagger and help us send a message: government surveillance has gone too far.                    

Informazioni di Base sull'Estensione

Nome Flagger Flagger
ID dhnmamoofolkjakgakfncmdbmmfofaam
URL Ufficiale https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam
Descrizione Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
Dimensione del File 247 KB
Conteggio Installazioni 104
Versione Corrente 1.2.0
Ultimo Aggiornamento 2014-12-05
Data di Pubblicazione 2014-12-04
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore https://flagger.io
Tipo di Pagamento free
Sito Web dell'Estensione http://flagger.io
URL della Pagina di Aiuto http://flagger.io/faq.php
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flagger",
    "version": "1.2.0",
    "icons": {
        "19": "data\/images\/icon_logo_19.png",
        "48": "data\/images\/icon_logo_48.png",
        "128": "data\/images\/icon_logo_128.png"
    },
    "description": "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.",
    "browser_action": {
        "default_title": "Click for Flagger!",
        "default_icon": {
            "19": "data\/images\/flag_gray.png",
            "38": "data\/images\/flag_gray_38.png"
        },
        "default_popup": "data\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "lib\/flagger_http_observer_chrome.js",
            "lib\/flagger.js",
            "lib\/main_chrome.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "sandbox": {
        "pages": [
            "data\/html\/templating_sandbox.html"
        ]
    }
}