RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

Vad är RickBlock?

RickBlock är en Chrome-tillägg utvecklad av bjornorri, och dess huvudfunktion är "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!".

Tilläggsskärmbilder

screenshot

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

Ladda ner RickBlock-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

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

Grundläggande Information om Tillägg

Namn RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
Officiell webbadress https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
Beskrivning RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
Filstorlek 1.54 MB
Antal Installationer 428
Aktuell Version 1.0
Senast Uppdaterad 2014-08-21
Publiceringsdatum 2014-08-21
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare bjornorri
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}