Mute Images for Google Plus
Mute (or make it fuzzy) images in stream in Google Plus
Vad är Mute Images for Google Plus?
Mute Images for Google Plus är en Chrome-tillägg utvecklad av ksaga, och dess huvudfunktion är "Mute (or make it fuzzy) images in stream in Google Plus".
Tilläggsskärmbilder
Ladda ner Mute Images for Google Plus-förlängningens CRX-fil
Ladda ner Mute Images for Google Plus-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
This extension makes images shrink and fuzzy in Google Plus stream. That helps to hide (or mute) NSFW images. This is a sort of safe-mode. Images are enlarged by mouse over on the image. Thumbnails for external site and movies are not included. You can make ON/OFF this functional with the checkbox in upper right corner (see screenshot).
Grundläggande Information om Tillägg
Namn | |
ID | mjdmggnmdofbjjhopggndneamckcdmge |
Officiell webbadress | https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge |
Beskrivning | Mute (or make it fuzzy) images in stream in Google Plus |
Filstorlek | 5.35 KB |
Antal Installationer | 12 |
Aktuell Version | 1.1.7 |
Senast Uppdaterad | 2015-11-19 |
Publiceringsdatum | 2015-11-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ksaga |
Betalningssätt | free |
Stödda Språk | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.7", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |