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.

What is Flagger?

Flagger is a Chrome extension developed by https://flagger.io, and its main feature is "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.".

Extension Screenshots

screenshot
screenshot

Download Flagger Extension CRX File

Download Flagger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flagger Flagger
ID dhnmamoofolkjakgakfncmdbmmfofaam
Official URL https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam
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.
File Size 247 KB
Installation Count 104
Current Version 1.2.0
Last Updated 2014-12-05
Publish Date 2014-12-04
Rating 4.25/5 Total 8 Ratings
Developer https://flagger.io
Payment Type free
Extension Website http://flagger.io
Help Page URL http://flagger.io/faq.php
Supported Languages 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"
        ]
    }
}