Smiley Pack for DesiDime
Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.
Was ist Smiley Pack for DesiDime?
Smiley Pack for DesiDime ist eine Chrome-Erweiterung, die von https://imcreat0r.tk entwickelt wurde, und ihr Hauptmerkmal ist "Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.".
Erweiterungsscreenshots
Smiley Pack for DesiDime-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smiley Pack for DesiDime-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
Additional features like add a link, image, video and applying template. And a advanced pack of lovely smileys to bring your emotions alive on Desidime. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bgdkepmkpjnikomoegcdjonpifpdhflm |
| Offizielle URL | https://chromewebstore.google.com/detail/smiley-pack-for-desidime/bgdkepmkpjnikomoegcdjonpifpdhflm |
| Beschreibung | Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime. |
| Dateigröße | 94.87 KB |
| Installationsanzahl | 87 |
| Aktuelle Version | 3.2 |
| Letztes Update | 2015-09-26 |
| Veröffentlichungsdatum | 2015-09-26 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://imcreat0r.tk |
| Zahlungsart | free |
| Erweiterungswebsite | http://imcreat0r.tk/blog/38-new-smiley-pack-with-new-features-for-desidime |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smiley Pack for DesiDime",
"version": "3.2",
"description": "Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.",
"author": "ImCreat0r",
"icons": {
"256": "icon.png"
},
"permissions": [
"http:\/\/*.desidime.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.desidime.com\/*"
],
"css": [
"smileypack.min.css"
],
"js": [
"smileypack.min.js"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"homepage_url": "http:\/\/imcreat0r.tk\/blog\/38-new-smiley-pack-with-new-features-for-desidime",
"web_accessible_resources": [
"images\/*.png",
"smileylinks.json"
]
} | |