Seo Add Helper
Автоматичний перегляд реклами
Cos'è Seo Add Helper?
Seo Add Helper è un'estensione di Chrome sviluppata da vitaliuvolyanuk, e la sua funzione principale è "Автоматичний перегляд реклами".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Seo Add Helper
Scarica i file di estensione Seo Add Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Автоматизація перегляду реклами на Seo-fast.ru.
Наразі лише в розділі "Сёрфинг". Informazioni di Base sull'Estensione
| Nome | |
| ID | hlcaafgjjbggkjaenckmdcpdekhnjbbg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/seo-add-helper/hlcaafgjjbggkjaenckmdcpdekhnjbbg |
| Descrizione | Автоматичний перегляд реклами |
| Dimensione del File | 15.36 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2019-02-12 |
| Data di Pubblicazione | 2019-02-07 |
| Sviluppatore | vitaliuvolyanuk |
| Tipo di Pagamento | free |
| Lingue Supportate | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Seo Add Helper",
"description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0440\u0435\u043a\u043b\u0430\u043c\u0438",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Seo"
},
"icons": {
"19": "icon.png",
"38": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"activeTab",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |