Custom emoticons
custom emoticons on facebook
Hvad er Custom emoticons?
Custom emoticons er en Chrome-udvidelse udviklet af Goran Gajic, og dens hovedfunktion er "custom emoticons on facebook".
Udvidelsesskærmbilleder
Download Custom emoticons-udvidelses-CRX-fil
Download Custom emoticons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Custom emoticons for facebook. Using facebook object ids to display photos and don't add any 3rd party functionality icons by : http://lazycrazy.deviantart.com/
Grundlæggende oplysninger om udvidelsen
Navn | Custom emoticons |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
Officiel URL | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
Beskrivelse | custom emoticons on facebook |
Filstørrelse | 31.13 KB |
Antal Installationer | 245 |
Nuværende Version | 3 |
Senest Opdateret | 2012-09-21 |
Udgivelsesdato | 2012-09-21 |
Bedømmelse | 3.25/5 Samlet 20 Bedømmelser |
Udvikler | Goran Gajic |
Betalingsmetode | free |
Udvidelseswebsted | http://design4q.com |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom emoticons", "version": "3", "manifest_version": 2, "description": "custom emoticons on facebook", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_idle", "all_frames": true, "js": [ "script.js" ] } ] } |