NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Was ist NSFSquirrels?
NSFSquirrels ist eine Chrome-Erweiterung, die von Buckwheat469 entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Erweiterungsscreenshots
NSFSquirrels-Erweiterungs-CRX-Datei herunterladen
Laden Sie NSFSquirrels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Based on XKCD What If? number 98 and a random comment on Reddit, this extension will replace NSFW images with pictures of squirrels from Flickr. It will replace a maximum of 50 images per page. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jelidmdmniigalcbkgbllphhmdonpifd |
| Offizielle URL | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
| Beschreibung | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
| Dateigröße | 3.7 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-05-29 |
| Veröffentlichungsdatum | 2014-05-28 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Buckwheat469 |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NSFSquirrels",
"description": "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.",
"version": "1.1",
"permissions": [
"https:\/\/secure.flickr.com\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.reddit.com\/*",
"http:\/\/www.reddit.com\/*\/*"
],
"js": [
"NSFSquirrels.js"
]
}
]
} | |