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.

Flagger क्या है?

Flagger https://flagger.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flagger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Flagger Flagger
ID dhnmamoofolkjakgakfncmdbmmfofaam
आधिकारिक URL https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam
विवरण Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
फ़ाइल का आकार 247 KB
स्थापना संख्या 104
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2014-12-05
प्रकाशन तिथि 2014-12-04
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर https://flagger.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://flagger.io
सहायता पृष्ठ URL http://flagger.io/faq.php
समर्थित भाषाएँ 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"
        ]
    }
}