Nuke Comments on Google+™

Delete a comment and block the commenter in two clicks. Take control of your Google+ experience.

Nuke Comments on Google+™ क्या है?

Nuke Comments on Google+™ Tzafrir Rehan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete a comment and block the commenter in two clicks. Take control of your Google+ experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        How to use: A link labeled "Nuke" will appear next to the +1 button on other people's comments on your own Google+ posts. Clicking it will prompt you to delete the comment, and once you confirm the deletion, the person will be blocked from your profile. You may also report the user as a spammer.

Option for advanced users: One Click Delete&Block. Moderate the longest threads in the minimal time.

- - - - - - -

Changelog:

v0.5.0: Added support for page accounts!

v0.4.2: Fix for another UI change, made code more future proof.
v0.4.1: Cosmetic fix for new Google+ UI
v0.4.0: Technical fix for new Google+ UI

v0.3.8, v0.3.9: Improvements to connection stability (should reduce failures)
v0.3.7: Remove old nuke button
v0.3.6: Integrated latest jsapi
v0.3.5: Fixed major bug that prevented the extension from loading in some cases.
v0.3.4: Added +1 button and Google+ badge.
v0.3.3: Changed to the new cleaner icon.
v0.3.2: Fix for nuke dialog in notifications pane.
v0.3.1: Use a secure connection to serve the icon.
v0.3.0: Changed the Nuke button to be an icon near the X and Flag icons. Fixed bug where Nuke button didn't appear for flagged posts.
v0.2.2: Fixed bug where clicking the right mouse button caused a nuke.
v0.2.1: Supports nuking from notifications pane.
v0.2.0: Redesigned Nuke flow, added option to report for spam, added option for one click nuking.
v0.1.3: Refined privacy policy.
v0.1.2: Added anonymous statistics collection and a privacy policy.
v0.1.1: Supports new Google+ class names in the DOM.
v0.1.0: First release.                    

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

नाम Nuke Comments on Google+™ Nuke Comments on Google+™
ID nfgaadooldinkdjpjbnbgnoaepmajdfh
आधिकारिक URL https://chrome.google.com/webstore/detail/nuke-comments-on-google+/nfgaadooldinkdjpjbnbgnoaepmajdfh
विवरण Delete a comment and block the commenter in two clicks. Take control of your Google+ experience.
फ़ाइल का आकार 69.04 KB
स्थापना संख्या 369
वर्तमान संस्करण 0.5.4
अंतिम अपडेट 2012-10-07
प्रकाशन तिथि 2012-10-07
रेटिंग 4.52/5 कुल 23 रेटिंग्स
डेवलपर Tzafrir Rehan
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Delete a comment and block the commenter in two clicks. Take control of your Google+ experience.",
    "icons": {
        "128": "icon128.png",
        "16": "icon128.png",
        "32": "icon128.png",
        "64": "icon128.png"
    },
    "name": "Nuke Comments on Google+\u2122",
    "permissions": [
        "notifications",
        "unlimitedStorage",
        "https:\/\/plus.google.com\/*"
    ],
    "version": "0.5.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}