Custom emoticons
custom emoticons on facebook
Vad är Custom emoticons?
Custom emoticons är en Chrome-tillägg utvecklad av Goran Gajic, och dess huvudfunktion är "custom emoticons on facebook".
Tilläggsskärmbilder
Ladda ner Custom emoticons-förlängningens CRX-fil
Ladda ner Custom emoticons-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
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äggande Information om Tillägg
Namn | Custom emoticons |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
Beskrivning | custom emoticons on facebook |
Filstorlek | 31.13 KB |
Antal Installationer | 245 |
Aktuell Version | 3 |
Senast Uppdaterad | 2012-09-21 |
Publiceringsdatum | 2012-09-21 |
Betyg | 3.25/5 Totalt 20 Betyg |
Utvecklare | Goran Gajic |
Betalningssätt | free |
Tilläggswebbplats | http://design4q.com |
Stödda Språk | 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" ] } ] } |