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.

Vad är Flagger?

Flagger är en Chrome-tillägg utvecklad av https://flagger.io, och dess huvudfunktion är "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Flagger-förlängningens CRX-fil

Ladda ner Flagger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Flagger Flagger
ID dhnmamoofolkjakgakfncmdbmmfofaam
Officiell webbadress https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam
Beskrivning Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
Filstorlek 247 KB
Antal Installationer 104
Aktuell Version 1.2.0
Senast Uppdaterad 2014-12-05
Publiceringsdatum 2014-12-04
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare https://flagger.io
Betalningssätt free
Tilläggswebbplats http://flagger.io
Hjälpsida URL http://flagger.io/faq.php
Stödda Språk 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"
        ]
    }
}