UnAccount for Politiken.dk
Removes the account-wall for Politiken.dk
Co to jest UnAccount for Politiken.dk?
UnAccount for Politiken.dk to rozszerzenie Chrome opracowane przez Christian F., a jego główną funkcją jest „Removes the account-wall for Politiken.dk”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UnAccount for Politiken.dk
Pobierz pliki rozszerzeń UnAccount for Politiken.dk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Removes the requiremnt for an account on Politiken.dk, and removes the five-articles-per-day limit. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | majhhmobcdmocelbkegdkmpmbgionaba |
| Oficjalny URL | https://chromewebstore.google.com/detail/unaccount-for-politikendk/majhhmobcdmocelbkegdkmpmbgionaba |
| Opis | Removes the account-wall for Politiken.dk |
| Rozmiar pliku | 59.26 KB |
| Liczba instalacji | 64 |
| Aktualna Wersja | 1.2.6 |
| Ostatnia Aktualizacja | 2015-03-24 |
| Data Publikacji | 2015-03-24 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Christian F. |
| Typ Płatności | free |
| Obsługiwane Języki | da |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UnAccount for Politiken.dk",
"version": "1.2.6",
"description": "Removes the account-wall for Politiken.dk",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_icon": {
"19": "images\/icon19.png",
"48": "images\/icon38.png"
},
"default_title": "UnAccount for Politiken.dk"
},
"permissions": [
"declarativeContent",
"cookies",
"webRequest",
"webRequestBlocking"
],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"http:\/\/politiken.dk\/*",
"https:\/\/politiken.dk\/*"
],
"css": [
"enhance.css"
],
"js": [
"jquery-1.8.3.min.js",
"enhance.js"
]
}
]
} | |