No Rick: Never get rickrolled again!
Highlights every link to the famous Rickroll video to help you not to get rickrolled :)
Vad är No Rick: Never get rickrolled again!?
No Rick: Never get rickrolled again! är en Chrome-tillägg utvecklad av Propra, och dess huvudfunktion är "Highlights every link to the famous Rickroll video to help you not to get rickrolled :)".
Tilläggsskärmbilder
Ladda ner No Rick: Never get rickrolled again!-förlängningens CRX-fil
Ladda ner No Rick: Never get rickrolled again!-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
Highlights every link to the famous Rickroll video to help you not to get rickrolled :) Grundläggande Information om Tillägg
| Namn | |
| ID | cdllpdkoemhchafaajlkkengigklncnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/no-rick-never-get-rickrol/cdllpdkoemhchafaajlkkengigklncnp |
| Beskrivning | Highlights every link to the famous Rickroll video to help you not to get rickrolled :) |
| Filstorlek | 46.17 KB |
| Antal Installationer | 498 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2024-01-30 |
| Publiceringsdatum | 2017-01-11 |
| Betyg | 3.40/5 Totalt 5 Betyg |
| Utvecklare | Propra |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "No Rick: Never get rickrolled again!",
"short_name": "No Rick",
"version": "0.2.0",
"description": "Highlights every link to the famous Rickroll video to help you not to get rickrolled :)",
"author": "Josha van Praag",
"browser_action": {
"default_icon": "img\/norick_128.jpg",
"default_title": "No Rick: Never get rickrolled again!"
},
"icons": {
"16": "img\/norick_16.jpg",
"128": "img\/norick_128.jpg",
"256": "img\/norick_256.jpg"
},
"content_scripts": [
{
"css": [
"style.css"
],
"matches": [
"*:\/\/*\/*"
],
"all_frames": true
}
]
} | |