RickRollMeNot
This extension will alert you when you are about to be RickRoll'd
Wat is RickRollMeNot?
RickRollMeNot is een Chrome-extensie ontwikkeld door Frank, en de belangrijkste functie is "This extension will alert you when you are about to be RickRoll'd".
Extensie Screenshots
Download het CRX-bestand van de extensie RickRollMeNot
Download RickRollMeNot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Never get rickroll'd again with RickRollMeNot. RickRollMeNot will scan links and alert you when you are about to be rickroll'd.
Basisinformatie over de Extensie
Naam | RickRollMeNot |
ID | encfcicfiabmdmfomelgfjhmigjpnodi |
Officiële URL | https://chromewebstore.google.com/detail/rickrollmenot/encfcicfiabmdmfomelgfjhmigjpnodi |
Beschrijving | This extension will alert you when you are about to be RickRoll'd |
Bestandsgrootte | 24.95 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-08-17 |
Publicatiedatum | 2016-08-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Frank |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RickRollMeNot", "description": "This extension will alert you when you are about to be RickRoll'd", "version": "1.0", "browser_action": { "default_title": "RickRollMeNot", "default_popup": "popup.html" }, "icons": { "16": "images\/RRMN_16.png", "32": "images\/RRMN_32.png", "48": "images\/RRMN_48.png", "128": "images\/RRMN_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "tool.js" ] } ] } |